From: <de...@us...> - 2003-01-20 18:27:12
|
Update of /cvsroot/csp/APPLICATIONS/SimData/Include/SimData In directory sc8-pr-cvs1:/tmp/cvs-serv1899 Modified Files: Tag: simdata Enum.h Log Message: no message Index: Enum.h =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/SimData/Include/SimData/Attic/Enum.h,v retrieving revision 1.1.2.4 retrieving revision 1.1.2.5 diff -C2 -d -r1.1.2.4 -r1.1.2.5 *** Enum.h 20 Jan 2003 05:53:12 -0000 1.1.2.4 --- Enum.h 20 Jan 2003 18:27:09 -0000 1.1.2.5 *************** *** 28,31 **** --- 28,36 ---- #define __ENUM_H__ + # if defined(_MSC_VER) && (_MSC_VER <= 1200) + #pragma warning (disable : 4786) + # endif + + #include <string> #include <vector> |