summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2014-10-03 15:34:33 -0230
committerMatthew Newhook <matthew@zeroc.com>2014-10-03 15:34:33 -0230
commitb530efc5ccfb6c2b6e096933431f1f1827851996 (patch)
tree32436ff41466bb7339d250477cda3a4ec7708075 /cpp/src/Ice/Instance.h
parentICE-5613 - Systemd service support (diff)
downloadice-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.h1
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;