|
From: Emilien K. <cur...@us...> - 2005-09-24 11:44:29
|
Update of /cvsroot/wxdevcenter/wxDevCenter/src/msw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25588/src/msw Modified Files: Tag: modularisation FileSystemStandard.cpp Log Message: Intend to modularize. Index: FileSystemStandard.cpp =================================================================== RCS file: /cvsroot/wxdevcenter/wxDevCenter/src/msw/FileSystemStandard.cpp,v retrieving revision 1.5.2.1 retrieving revision 1.5.2.2 diff -C2 -d -r1.5.2.1 -r1.5.2.2 *** FileSystemStandard.cpp 22 Sep 2005 16:41:35 -0000 1.5.2.1 --- FileSystemStandard.cpp 24 Sep 2005 11:44:20 -0000 1.5.2.2 *************** *** 22,26 **** // 02111-1307, USA. ! #include <wxDevCenter.h> #include <wxDevCenter/FileSystemStandard.h> #include <wxDevCenter/msw/FileSystemStandard.h> --- 22,26 ---- // 02111-1307, USA. ! #include <wxDevCenterModule.h> #include <wxDevCenter/FileSystemStandard.h> #include <wxDevCenter/msw/FileSystemStandard.h> *************** *** 40,44 **** ////////////////////////////////////////////////////////////////////// IMPLEMENT_DYNAMIC_CLASS(FileSystemStandardWindows, FileSystemStandard) ! WXDC_DECLARE_MODULE_CLASS(FileSystemStandardWindows, FileSystemStandard) #define WXDC_WSFS_ERROR -1 // une erreur (ou la fin de l'énumération) s'est produite --- 40,44 ---- ////////////////////////////////////////////////////////////////////// IMPLEMENT_DYNAMIC_CLASS(FileSystemStandardWindows, FileSystemStandard) ! WXDC_IMPLEMENT_MODULE_CLASS(FileSystemStandardWindows, FileSystemStandard) #define WXDC_WSFS_ERROR -1 // une erreur (ou la fin de l'énumération) s'est produite |