summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerCache.h
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2008-04-02 16:21:29 -0400
committerBernard Normier <bernard@zeroc.com>2008-04-02 16:21:29 -0400
commit4f9d0237e81ee7a4e375afcac74d324a584d6e72 (patch)
tree8d3c907f9c56a2d15b6d6ed225c517817d38d227 /cpp/src/IceGrid/ServerCache.h
parentbug 2944 - VC9 build failure in VB project helloIceBoxS (diff)
downloadice-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.h4
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&);