|
From: Emilien K. <cur...@us...> - 2005-10-11 19:54:35
|
Update of /cvsroot/wxdevcenter/wxDevCenter/include/wxDevCenter/msw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29659/include/wxDevCenter/msw Modified Files: FileSystemStandard.h Log Message: Move bakefiles to /build/bakefiles. Modularize frames. Create PluginFileSystem and show it in AboutBox. Index: FileSystemStandard.h =================================================================== RCS file: /cvsroot/wxdevcenter/wxDevCenter/include/wxDevCenter/msw/FileSystemStandard.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** FileSystemStandard.h 17 Aug 2005 16:33:19 -0000 1.3 --- FileSystemStandard.h 11 Oct 2005 19:54:25 -0000 1.4 *************** *** 38,43 **** /** Système de fichiers physique des systèmes Windows.*/ ! class FileSystemStandardWindows : public FileSystemStandardBase { protected: FilePath m_strFindPath; /**< Chemin de la recherche actuelle.*/ --- 38,45 ---- /** Système de fichiers physique des systèmes Windows.*/ ! class WXDC_DLL_MODULE FileSystemStandardWindows : public FileSystemStandard { + DECLARE_DYNAMIC_CLASS(FileSystemStandardWindows) + WXDC_DECLARE_MODULE_CLASS(FileSystemStandardWindows) protected: FilePath m_strFindPath; /**< Chemin de la recherche actuelle.*/ *************** *** 94,99 **** }; - typedef FileSystemStandardWindows FileSystemStandard; - --- 96,99 ---- |