diff options
author | Benoit Foucher <benoit@zeroc.com> | 2012-07-24 12:57:37 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2012-07-24 12:57:37 +0200 |
commit | d771cf4c126b7a650689f79005369053845d87aa (patch) | |
tree | 4f9a272efecade58965529ed740f92eaf2af24b2 /cpp/src/Ice/ConnectionI.h | |
parent | Initial metrics (diff) | |
download | ice-d771cf4c126b7a650689f79005369053845d87aa.tar.bz2 ice-d771cf4c126b7a650689f79005369053845d87aa.tar.xz ice-d771cf4c126b7a650689f79005369053845d87aa.zip |
More work
Diffstat (limited to 'cpp/src/Ice/ConnectionI.h')
-rw-r--r-- | cpp/src/Ice/ConnectionI.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/ConnectionI.h b/cpp/src/Ice/ConnectionI.h index 246cf72e9f2..94ff0432fdb 100644 --- a/cpp/src/Ice/ConnectionI.h +++ b/cpp/src/Ice/ConnectionI.h @@ -96,6 +96,8 @@ public: void waitUntilHolding() const; void waitUntilFinished(); // Not const, as this might close the connection upon timeout. + void updateObserver(); + void monitor(const IceUtil::Time&); bool sendRequest(IceInternal::Outgoing*, bool, bool); |