diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-09-07 05:40:22 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-09-07 05:40:22 +0000 |
commit | c943fb0d16b7c9edcfbd20199126544bc65ddf7b (patch) | |
tree | 5017a9c8a031e1999a5b985d9d9d22189cb6de8b /cppe/src/IceE/Instance.h | |
parent | Changed version to 3.0.0. Fixed a few places where we could clean up (diff) | |
download | ice-c943fb0d16b7c9edcfbd20199126544bc65ddf7b.tar.bz2 ice-c943fb0d16b7c9edcfbd20199126544bc65ddf7b.tar.xz ice-c943fb0d16b7c9edcfbd20199126544bc65ddf7b.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=448
Diffstat (limited to 'cppe/src/IceE/Instance.h')
-rw-r--r-- | cppe/src/IceE/Instance.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cppe/src/IceE/Instance.h b/cppe/src/IceE/Instance.h index e7a68f230c4..16e1bbc1c33 100644 --- a/cppe/src/IceE/Instance.h +++ b/cppe/src/IceE/Instance.h @@ -36,7 +36,6 @@ class Instance : public IceUtil::Shared, public IceUtil::RecMutex public: bool destroyed() const; - Ice::CommunicatorPtr communicator() const; Ice::PropertiesPtr properties() const; Ice::LoggerPtr logger() const; void logger(const Ice::LoggerPtr&); @@ -74,7 +73,6 @@ private: void destroy(); friend class Ice::Communicator; - Ice::Communicator* _communicator; // Not a Ptr, to avoid having Instance and Communicator point at each other. enum State { StateActive, |