summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/ConnectionFactory.h')
-rw-r--r--cpp/src/Ice/ConnectionFactory.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/cpp/src/Ice/ConnectionFactory.h b/cpp/src/Ice/ConnectionFactory.h
index b6429b80e7f..bf211972ec8 100644
--- a/cpp/src/Ice/ConnectionFactory.h
+++ b/cpp/src/Ice/ConnectionFactory.h
@@ -170,6 +170,11 @@ public:
void hold();
void destroy();
+#if TARGET_OS_IPHONE != 0
+ void startAcceptor();
+ void stopAcceptor();
+#endif
+
void updateConnectionObservers();
void waitUntilHolding() const;
@@ -223,6 +228,10 @@ private:
const TransceiverPtr _transceiver;
EndpointIPtr _endpoint;
+#if TARGET_OS_IPHONE != 0
+ bool _acceptorStarted;
+#endif
+
Ice::ObjectAdapterIPtr _adapter;
const bool _warn;