summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Instance.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/src/IceE/Instance.h')
-rw-r--r--cppe/src/IceE/Instance.h2
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,