summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionFactory.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-06-27 22:27:30 +0000
committerMarc Laukien <marc@zeroc.com>2002-06-27 22:27:30 +0000
commit00353fc7b5549d23effdebabcfa2b38b5156f23a (patch)
tree1971293455ebc72318efc20814f3940a2395e187 /cpp/src/Ice/ConnectionFactory.h
parentmake depend (diff)
downloadice-00353fc7b5549d23effdebabcfa2b38b5156f23a.tar.bz2
ice-00353fc7b5549d23effdebabcfa2b38b5156f23a.tar.xz
ice-00353fc7b5549d23effdebabcfa2b38b5156f23a.zip
removed backlog cleanup code
Diffstat (limited to 'cpp/src/Ice/ConnectionFactory.h')
-rw-r--r--cpp/src/Ice/ConnectionFactory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/Ice/ConnectionFactory.h b/cpp/src/Ice/ConnectionFactory.h
index 15fadcf3ca8..72fe7c4508d 100644
--- a/cpp/src/Ice/ConnectionFactory.h
+++ b/cpp/src/Ice/ConnectionFactory.h
@@ -101,6 +101,8 @@ private:
State _state;
bool _warn;
bool _registeredWithPool;
+
+ int _testCount; // TODO: For test only.
};
}