Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

test3.h

Go to the documentation of this file.
00001 // test3.h : main header file for the PROJECT_NAME application
00002 //
00003 
00004 #pragma once
00005 
00006 #ifndef __AFXWIN_H__
00007         #error include 'stdafx.h' before including this file for PCH
00008 #endif
00009 
00010 #include "resource.h"           // main symbols
00011 
00012 
00013 // Ctest3App:
00014 // See test3.cpp for the implementation of this class
00015 //
00016 
00017 class Ctest3App : public CWinApp
00018 {
00019 public:
00020         Ctest3App();
00021 
00022 // Overrides
00023         public:
00024         virtual BOOL InitInstance();
00025 
00026 // Implementation
00027 
00028         DECLARE_MESSAGE_MAP()
00029 };
00030 
00031 extern Ctest3App theApp;

Generated on Sat Mar 13 14:55:17 2004 for WvStreams by doxygen 1.3.6-20040222