Update of /cvsroot/wxdevcenter/wxDevCenter/include/wxDevCenter/msw
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21767/include/wxDevCenter/msw
Modified Files:
Tag: modularisation
FileSystemStandard.h
Log Message:
Rename Plugin::Module(RefData) in Plugin::DynLib(RefData).
Make all chages to compile with module support.
Index: FileSystemStandard.h
===================================================================
RCS file: /cvsroot/wxdevcenter/wxDevCenter/include/wxDevCenter/msw/FileSystemStandard.h,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
*** FileSystemStandard.h 17 Aug 2005 16:33:19 -0000 1.3
--- FileSystemStandard.h 22 Sep 2005 16:41:35 -0000 1.3.2.1
***************
*** 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,44 ----
/** Système de fichiers physique des systèmes Windows.*/
! class FileSystemStandardWindows : public FileSystemStandard
{
+ DECLARE_DYNAMIC_CLASS(FileSystemStandardWindows)
protected:
FilePath m_strFindPath; /**< Chemin de la recherche actuelle.*/
***************
*** 94,99 ****
};
- typedef FileSystemStandardWindows FileSystemStandard;
-
--- 95,98 ----
|