diff options
author | Michi Henning <michi@zeroc.com> | 2003-10-07 02:53:52 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2003-10-07 02:53:52 +0000 |
commit | 26d077a4c9dcc66fef4cb5c6fb4c9d8621f113a7 (patch) | |
tree | 312b379e407db523efc6c4a34a25b6a5a6a70c70 /cpp | |
parent | Added UserExceptionFactoryF.h. (diff) | |
download | ice-26d077a4c9dcc66fef4cb5c6fb4c9d8621f113a7.tar.bz2 ice-26d077a4c9dcc66fef4cb5c6fb4c9d8621f113a7.tar.xz ice-26d077a4c9dcc66fef4cb5c6fb4c9d8621f113a7.zip |
VC++ bug also applies to .NET version.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/src/Ice/FactoryTable.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/Ice/FactoryTable.cpp b/cpp/src/Ice/FactoryTable.cpp index 3a2cdd0c6c0..d18e32b3047 100644 --- a/cpp/src/Ice/FactoryTable.cpp +++ b/cpp/src/Ice/FactoryTable.cpp @@ -13,10 +13,7 @@ // ********************************************************************** #include <Ice/FactoryTable.h>
-
-#if defined(_MSC_VER) && (_MSC_VER < 1300)
-#include <Ice/UserExceptionFactory.h> // COMPILERBUG: VC++ 6 complains about an undefined type
-#endif +#include <Ice/UserExceptionFactory.h> // // This constructor initializes the single global Ice::factoryTable instance |