Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

cMainApp.h

Go to the documentation of this file.
00001 
00014 // For compilers that supports precompilation , includes  wx/wx.h  
00015 
00016 #ifndef _cMainApp_h
00017 #define _cMainApp_h
00018 
00019 class cMainApp: public wxApp
00020 {
00021 public:
00022         virtual bool OnInit();
00023 };
00024 
00025 DECLARE_APP(cMainApp) // Declare the usual main function in wxWindows term(Create the corresponding main function for each platform: main(), WinMain())
00026 
00027 #endif // _cMainApp_h

Generated on Wed Feb 25 01:15:10 2004 for eDonkeyFilesManager by doxygen 1.3.2