diff options
author | Matthew Newhook <matthew@zeroc.com> | 2014-10-03 15:34:33 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2014-10-03 15:34:33 -0230 |
commit | b530efc5ccfb6c2b6e096933431f1f1827851996 (patch) | |
tree | 32436ff41466bb7339d250477cda3a4ec7708075 /cpp/src/Ice/Instance.h | |
parent | ICE-5613 - Systemd service support (diff) | |
download | ice-b530efc5ccfb6c2b6e096933431f1f1827851996.tar.bz2 ice-b530efc5ccfb6c2b6e096933431f1f1827851996.tar.xz ice-b530efc5ccfb6c2b6e096933431f1f1827851996.zip |
- Java Application now catches OperationInterruptedException and
retries.
- Removed the InProgress state from Instance, simplified and corrected
the destroy logic.
Diffstat (limited to 'cpp/src/Ice/Instance.h')
-rw-r--r-- | cpp/src/Ice/Instance.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/Ice/Instance.h b/cpp/src/Ice/Instance.h index 14c3f6e391c..901685c620f 100644 --- a/cpp/src/Ice/Instance.h +++ b/cpp/src/Ice/Instance.h @@ -135,7 +135,6 @@ private: enum State { StateActive, - StateDestroyInProgress, StateDestroyed }; State _state; |