diff options
author | Benoit Foucher <benoit@zeroc.com> | 2005-09-23 10:55:06 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2005-09-23 10:55:06 +0000 |
commit | 81868cc2b0c8a1cac1d43709455cf68f66736124 (patch) | |
tree | 8e8886af048b7765194ca91754cd4bde3825ba92 /cpp/src/IceGrid/ServerAdapterI.h | |
parent | Fix to prevent warning because of overloaded operators with Sun CC. (diff) | |
download | ice-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.h | 2 |
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: |