From: <de...@us...> - 2003-01-20 18:28:52
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv2721 Modified Files: Tag: simdata Path.h Log Message: no message Index: Path.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Attic/Path.h,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** Path.h 19 Jan 2003 20:28:30 -0000 1.1.2.1 --- Path.h 20 Jan 2003 18:28:49 -0000 1.1.2.2 *************** *** 30,34 **** --- 30,43 ---- #define __PATH_H__ + #if defined(_MSC_VER) && (_MSC_VER <= 1200) + #pragma warning (disable : 4290) + #endif + #include <string> + + #if defined(_MSC_VER) && (_MSC_VER <= 1200) + #include <assert.h> + #endif + #include <SimData/HashUtility.h> #include <SimData/BaseType.h> |