Update of /cvsroot/wxdevcenter/wxDevCenter/include/wxDevCenter/unix
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29659/include/wxDevCenter/unix
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/unix/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:18 -0000 1.3
--- FileSystemStandard.h 11 Oct 2005 19:54:25 -0000 1.4
***************
*** 43,48 ****
* Valables pour les systèmes UNIX, Linux, MacOS.
*/
! class FileSystemStandardUnix : public FileSystemStandardBase
{
protected:
FilePath m_strFindPath;
--- 43,49 ----
* Valables pour les systèmes UNIX, Linux, MacOS.
*/
! class WXDC_DLL_PLUGIN FileSystemStandardUnix : public FileSystemStandard
{
+ DECLARE_DYNAMIC_CLASS(FileSystemStandardUnix)
protected:
FilePath m_strFindPath;
***************
*** 62,67 ****
};
- typedef FileSystemStandardUnix FileSystemStandard;
-
--- 63,66 ----
|