summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionI.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-11-05 21:36:22 +0000
committerMarc Laukien <marc@zeroc.com>2004-11-05 21:36:22 +0000
commit5b72607fa7e7d4e70d42a7455cb53c45ba6de66e (patch)
treeb76e03b001d9efe399416533c965be6f4d14eed8 /cpp/src/Ice/ConnectionI.cpp
parentAdded missing call to Process.Close(). (diff)
downloadice-5b72607fa7e7d4e70d42a7455cb53c45ba6de66e.tar.bz2
ice-5b72607fa7e7d4e70d42a7455cb53c45ba6de66e.tar.xz
ice-5b72607fa7e7d4e70d42a7455cb53c45ba6de66e.zip
fixes
Diffstat (limited to 'cpp/src/Ice/ConnectionI.cpp')
-rw-r--r--cpp/src/Ice/ConnectionI.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/src/Ice/ConnectionI.cpp b/cpp/src/Ice/ConnectionI.cpp
index 492bb72c398..f04b074367f 100644
--- a/cpp/src/Ice/ConnectionI.cpp
+++ b/cpp/src/Ice/ConnectionI.cpp
@@ -38,6 +38,14 @@ Ice::ConnectionI::validate()
{
IceUtil::Monitor<IceUtil::Mutex>::Lock sync(*this);
+ if(_threadPerConnection->getThreadControl() != IceUtil::ThreadControl())
+ {
+ cout << "_threadPerConnection->getThreadControl() != IceUtil::ThreadControl()" << endl;
+ }
+ else
+ {
+ cout << "_threadPerConnection->getThreadControl() == IceUtil::ThreadControl()" << endl;
+ }
if(_instance->threadPerConnection() &&
_threadPerConnection->getThreadControl() != IceUtil::ThreadControl())
{