summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tools/Config_Handlers/XSCRT/XMLSchema.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tools/Config_Handlers/XSCRT/XMLSchema.hpp')
-rw-r--r--TAO/CIAO/tools/Config_Handlers/XSCRT/XMLSchema.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/CIAO/tools/Config_Handlers/XSCRT/XMLSchema.hpp b/TAO/CIAO/tools/Config_Handlers/XSCRT/XMLSchema.hpp
index 31bad0bc207..6f810782953 100644
--- a/TAO/CIAO/tools/Config_Handlers/XSCRT/XMLSchema.hpp
+++ b/TAO/CIAO/tools/Config_Handlers/XSCRT/XMLSchema.hpp
@@ -21,19 +21,9 @@ namespace XMLSchema
typedef XSCRT::FundamentalType<int> int_;
typedef XSCRT::FundamentalType<unsigned int> unsignedInt;
- //@@ VC6
-#if defined (_MSC_VER) && (_MSC_VER < 1300)
-
- typedef XSCRT::FundamentalType<__int64> long_;
- typedef XSCRT::FundamentalType<unsigned __int64> unsignedLong;
-
-#else
-
typedef XSCRT::FundamentalType<long long> long_;
typedef XSCRT::FundamentalType<unsigned long long> unsignedLong;
-#endif
-
//@@ It would be nice to use some arbitrary-length integer class.
//
typedef long_ decimal;