|
From: Emilien K. <cur...@us...> - 2005-09-24 11:44:30
|
Update of /cvsroot/wxdevcenter/wxDevCenter/include/wxDevCenter/unix In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25588/include/wxDevCenter/unix Modified Files: Tag: modularisation FileSystemStandard.h Log Message: Intend to modularize. Index: FileSystemStandard.h =================================================================== RCS file: /cvsroot/wxdevcenter/wxDevCenter/include/wxDevCenter/unix/FileSystemStandard.h,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.h 22 Sep 2005 16:41:35 -0000 1.3.2.1 --- FileSystemStandard.h 24 Sep 2005 11:44:21 -0000 1.3.2.2 *************** *** 43,49 **** * Valables pour les systèmes UNIX, Linux, MacOS. */ ! class FileSystemStandardUnix : public FileSystemStandard { ! DECLARE_DYNAMIC_CLASS(FileSystemStandardUnix) protected: FilePath m_strFindPath; --- 43,49 ---- * Valables pour les systèmes UNIX, Linux, MacOS. */ ! class WXDC_DLL_MODULE FileSystemStandardUnix : public FileSystemStandard { ! WXDC_DECLARE_MODULE_CLASS(FileSystemStandardUnix) protected: FilePath m_strFindPath; |