diff options
author | Bernard Normier <bernard@zeroc.com> | 2008-04-02 16:21:29 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2008-04-02 16:21:29 -0400 |
commit | 4f9d0237e81ee7a4e375afcac74d324a584d6e72 (patch) | |
tree | 8d3c907f9c56a2d15b6d6ed225c517817d38d227 /cpp/src/IceGrid/ServerCache.h | |
parent | bug 2944 - VC9 build failure in VB project helloIceBoxS (diff) | |
download | ice-4f9d0237e81ee7a4e375afcac74d324a584d6e72.tar.bz2 ice-4f9d0237e81ee7a4e375afcac74d324a584d6e72.tar.xz ice-4f9d0237e81ee7a4e375afcac74d324a584d6e72.zip |
Fixed bug #2934
Diffstat (limited to 'cpp/src/IceGrid/ServerCache.h')
-rw-r--r-- | cpp/src/IceGrid/ServerCache.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/IceGrid/ServerCache.h b/cpp/src/IceGrid/ServerCache.h index 2a4b5359414..5e70790592c 100644 --- a/cpp/src/IceGrid/ServerCache.h +++ b/cpp/src/IceGrid/ServerCache.h @@ -96,6 +96,10 @@ class ServerCache : public CacheByString<ServerEntry> { public: +#ifdef __SUNPRO_CC + using CacheByString<ServerEntry>::remove; +#endif + ServerCache(const Ice::CommunicatorPtr&, const std::string&, NodeCache&, AdapterCache&, ObjectCache&, AllocatableObjectCache&); ServerEntryPtr add(const ServerInfo&); |