summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/ServerAdapterI.h
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2005-09-23 10:55:06 +0000
committerBenoit Foucher <benoit@zeroc.com>2005-09-23 10:55:06 +0000
commit81868cc2b0c8a1cac1d43709455cf68f66736124 (patch)
tree8e8886af048b7765194ca91754cd4bde3825ba92 /cpp/src/IceGrid/ServerAdapterI.h
parentFix to prevent warning because of overloaded operators with Sun CC. (diff)
downloadice-81868cc2b0c8a1cac1d43709455cf68f66736124.tar.bz2
ice-81868cc2b0c8a1cac1d43709455cf68f66736124.tar.xz
ice-81868cc2b0c8a1cac1d43709455cf68f66736124.zip
Bug fix
Diffstat (limited to 'cpp/src/IceGrid/ServerAdapterI.h')
-rw-r--r--cpp/src/IceGrid/ServerAdapterI.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceGrid/ServerAdapterI.h b/cpp/src/IceGrid/ServerAdapterI.h
index f0b2d9740ec..c11a6cc9269 100644
--- a/cpp/src/IceGrid/ServerAdapterI.h
+++ b/cpp/src/IceGrid/ServerAdapterI.h
@@ -33,7 +33,7 @@ public:
virtual Ice::ObjectPrx getDirectProxy(const Ice::Current& = Ice::Current()) const;
virtual void setDirectProxy(const ::Ice::ObjectPrx&, const ::Ice::Current& = Ice::Current());
virtual void destroy(const ::Ice::Current&);
-
+ void clear();
void activationFailed(bool);
private: