diff options
author | Michi Henning <michi@zeroc.com> | 2002-10-28 06:25:27 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2002-10-28 06:25:27 +0000 |
commit | 382f7ebc87fc0d1056e257b83963d1903f7e8d27 (patch) | |
tree | 4c390abfa4a5d507ae044106619b5533232d2b14 /cpp/include | |
parent | changing Mutable Realms to ZeroC (diff) | |
download | ice-382f7ebc87fc0d1056e257b83963d1903f7e8d27.tar.bz2 ice-382f7ebc87fc0d1056e257b83963d1903f7e8d27.tar.xz ice-382f7ebc87fc0d1056e257b83963d1903f7e8d27.zip |
First shot at porting to VC++ 2002. Code compiles, but suffers random
crashes during the tests.
Diffstat (limited to 'cpp/include')
-rw-r--r-- | cpp/include/Ice/RoutingTable.h | 1 | ||||
-rw-r--r-- | cpp/include/IceUtil/Monitor.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cpp/include/Ice/RoutingTable.h b/cpp/include/Ice/RoutingTable.h index a7d15884b13..bf6fb0bfb96 100644 --- a/cpp/include/Ice/RoutingTable.h +++ b/cpp/include/Ice/RoutingTable.h @@ -15,6 +15,7 @@ #include <IceUtil/Mutex.h> #include <Ice/RoutingTableF.h> #include <Ice/ProxyF.h> +#include <Ice/Identity.h> namespace Ice { diff --git a/cpp/include/IceUtil/Monitor.h b/cpp/include/IceUtil/Monitor.h index 736eb4c20f4..8a23018447e 100644 --- a/cpp/include/IceUtil/Monitor.h +++ b/cpp/include/IceUtil/Monitor.h @@ -24,7 +24,7 @@ namespace IceUtil // unlocked. // template <class T> -class ICE_UTIL_API Monitor +class Monitor { public: |