summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/background/Connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/background/Connector.h')
-rw-r--r--cpp/test/Ice/background/Connector.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/cpp/test/Ice/background/Connector.h b/cpp/test/Ice/background/Connector.h
index d8ffb10ea9a..bedfe307e07 100644
--- a/cpp/test/Ice/background/Connector.h
+++ b/cpp/test/Ice/background/Connector.h
@@ -26,10 +26,9 @@ public:
virtual bool operator!=(const IceInternal::Connector&) const;
virtual bool operator<(const IceInternal::Connector&) const;
-private:
-
Connector(const IceInternal::ConnectorPtr& connector);
- friend class EndpointI;
+
+private:
const IceInternal::ConnectorPtr _connector;
const ConfigurationPtr _configuration;