summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionI.h
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2011-12-08 20:04:00 +0100
committerJose <jose@zeroc.com>2011-12-08 20:04:00 +0100
commit8852a7b5dec7922e45f165aef4d265dce8641e9e (patch)
treefcabded6c62fdd1bf209afc03a9333eec3240d89 /cpp/src/Ice/ConnectionI.h
parent.NET CF performance issues patch (diff)
downloadice-8852a7b5dec7922e45f165aef4d265dce8641e9e.tar.bz2
ice-8852a7b5dec7922e45f165aef4d265dce8641e9e.tar.xz
ice-8852a7b5dec7922e45f165aef4d265dce8641e9e.zip
4711 - Only initiate connection shutdown if not already done
Diffstat (limited to 'cpp/src/Ice/ConnectionI.h')
-rw-r--r--cpp/src/Ice/ConnectionI.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Ice/ConnectionI.h b/cpp/src/Ice/ConnectionI.h
index 0019ac1a7e8..c0ee9256c0b 100644
--- a/cpp/src/Ice/ConnectionI.h
+++ b/cpp/src/Ice/ConnectionI.h
@@ -323,6 +323,7 @@ private:
int _dispatchCount;
State _state; // The current state.
+ bool _shutdownInitiated;
};
}