|
From: Emilien K. <cur...@us...> - 2005-09-24 11:44:30
|
Update of /cvsroot/wxdevcenter/wxDevCenter/src/unix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25588/src/unix Modified Files: Tag: modularisation FileSystemStandard.cpp Log Message: Intend to modularize. Index: FileSystemStandard.cpp =================================================================== RCS file: /cvsroot/wxdevcenter/wxDevCenter/src/unix/FileSystemStandard.cpp,v retrieving revision 1.3.2.1 retrieving revision 1.3.2.2 diff -C2 -d -r1.3.2.1 -r1.3.2.2 *** FileSystemStandard.cpp 22 Sep 2005 16:41:35 -0000 1.3.2.1 --- FileSystemStandard.cpp 24 Sep 2005 11:44:21 -0000 1.3.2.2 *************** *** 22,26 **** // 02111-1307, USA. ! #include <wxDevCenter.h> #include <wxDevCenter/FileSystemStandard.h> #include <wxDevCenter/unix/FileSystemStandard.h> --- 22,26 ---- // 02111-1307, USA. ! #include <wxDevCenterModule.h> #include <wxDevCenter/FileSystemStandard.h> #include <wxDevCenter/unix/FileSystemStandard.h> *************** *** 36,41 **** // Implémentation spécifique UNIX ////////////////////////////////////////////////////////////////////// ! IMPLEMENT_DYNAMIC_CLASS(FileSystemStandardUnix, FileSystemStandard) ! WXDC_DECLARE_MODULE_CLASS(FileSystemStandardUnix, FileSystemStandard) FileSystemStandardUnix::FileSystemStandardUnix(): --- 36,41 ---- // Implémentation spécifique UNIX ////////////////////////////////////////////////////////////////////// ! ! WXDC_IMPLEMENT_MODULE_CLASS(FileSystemStandardUnix, FileSystemStandard, FileSystemStandard) FileSystemStandardUnix::FileSystemStandardUnix(): |