Update of /cvsroot/mahogany/M/src/classes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28726/src/classes
Modified Files:
CacheFile.cpp PathFinder.cpp
Log Message:
replace deprecated wxPathExists with wxDirExists
Index: CacheFile.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/CacheFile.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -b -u -2 -r1.8 -r1.9
--- CacheFile.cpp 18 Sep 2003 16:30:47 -0000 1.8
+++ CacheFile.cpp 9 Apr 2005 15:39:32 -0000 1.9
@@ -120,5 +120,5 @@
wxSplitPath(filename, &dirname, NULL, NULL);
- if ( !wxPathExists(dirname) )
+ if ( !wxDirExists(dirname) )
{
if ( !wxMkdir(dirname) )
Index: PathFinder.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/classes/PathFinder.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -b -u -2 -r1.23 -r1.24
--- PathFinder.cpp 11 Oct 2003 20:23:48 -0000 1.23
+++ PathFinder.cpp 9 Apr 2005 15:39:32 -0000 1.24
@@ -184,5 +184,5 @@
PathFinder::IsDir(const String & pathname)
{
- return wxPathExists(pathname);
+ return wxDirExists(pathname);
}
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates