summaryrefslogtreecommitdiff
path: root/cpp/src/Freeze/ConnectionI.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2013-09-10 21:21:02 +0200
committerJose <jose@zeroc.com>2013-09-10 21:21:02 +0200
commit8dde72ade721283647d678a787f931088d98555e (patch)
tree2da97dacbcea5c377c7b6dc8a9092db469064fe3 /cpp/src/Freeze/ConnectionI.cpp
parentrollback changes for (ICE-5361) - Provide split Ice source distribution (diff)
downloadice-8dde72ade721283647d678a787f931088d98555e.tar.bz2
ice-8dde72ade721283647d678a787f931088d98555e.tar.xz
ice-8dde72ade721283647d678a787f931088d98555e.zip
Revert unintentional change in previous commit.
Diffstat (limited to 'cpp/src/Freeze/ConnectionI.cpp')
-rw-r--r--cpp/src/Freeze/ConnectionI.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/Freeze/ConnectionI.cpp b/cpp/src/Freeze/ConnectionI.cpp
index 283a6c90f3e..18c3f2449e1 100644
--- a/cpp/src/Freeze/ConnectionI.cpp
+++ b/cpp/src/Freeze/ConnectionI.cpp
@@ -77,7 +77,6 @@ Freeze::ConnectionI::close()
{
if(_transaction)
{
- cerr << "rollback open transacion on close" << endl;
_transaction->rollbackInternal(true);
assert(_transaction == 0);
}
@@ -154,7 +153,6 @@ Freeze::ConnectionI::__getRefNoSync() const
Freeze::ConnectionI::~ConnectionI()
{
- cerr << "ConnectionI dtor" << endl;
close();
}