diff options
author | Mark Spruiell <mes@zeroc.com> | 2013-07-08 16:17:45 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2013-07-08 16:17:45 -0700 |
commit | a730826e277b632d002b649fa9de2c6517261e6c (patch) | |
tree | def4940768b03efbc4faea995c2be9d95744c1bd /cpp/src/Ice/Instance.h | |
parent | minor - getMesssage could be null in connectionRefused implementation. (diff) | |
download | ice-a730826e277b632d002b649fa9de2c6517261e6c.tar.bz2 ice-a730826e277b632d002b649fa9de2c6517261e6c.tar.xz ice-a730826e277b632d002b649fa9de2c6517261e6c.zip |
ICE-5338 - null reference error in metrics
Diffstat (limited to 'cpp/src/Ice/Instance.h')
-rw-r--r-- | cpp/src/Ice/Instance.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/Ice/Instance.h b/cpp/src/Ice/Instance.h index d092e49dc3d..16aa25648b0 100644 --- a/cpp/src/Ice/Instance.h +++ b/cpp/src/Ice/Instance.h @@ -115,6 +115,10 @@ private: bool destroy(); friend class Ice::CommunicatorI; + void updateConnectionObservers(); + void updateThreadObservers(); + friend class ObserverUpdaterI; + enum State { StateActive, |