Update of /cvsroot/csp/APPLICATIONS/CSPFlightSim/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv5871
Modified Files:
Platform.h
Log Message:
Fixing a windows separator problem
Index: Platform.h
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPFlightSim/Include/Platform.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Platform.h 13 Dec 2002 04:36:37 -0000 1.1
--- Platform.h 14 Dec 2002 18:47:02 -0000 1.2
***************
*** 48,52 ****
* Example: basename("/usr/local/csp") returns "csp"
*/
! static std::string basename(const string &path);
/**
--- 48,52 ----
* Example: basename("/usr/local/csp") returns "csp"
*/
! static std::string basename(const std::string &path);
/**
|