diff options
Diffstat (limited to 'cpp/src/Ice/Connection.h')
-rw-r--r-- | cpp/src/Ice/Connection.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/Ice/Connection.h b/cpp/src/Ice/Connection.h index 2198fafbb83..3868ad2d9ad 100644 --- a/cpp/src/Ice/Connection.h +++ b/cpp/src/Ice/Connection.h @@ -166,8 +166,9 @@ private: BasicStream _batchStream; int _batchRequestNum; - int _dispatchCount; // The number of requests currently being dispatched. - int _proxyCount; // The number of proxies using this connection. + int _dispatchCount; + + int _proxyCount; State _state; |