summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-05-30 22:24:35 +0000
committerMarc Laukien <marc@zeroc.com>2002-05-30 22:24:35 +0000
commit82179574fce7fc1ba196b0cca08aafd254c171e3 (patch)
tree9e910b0a136a2dc663af0b789b370853a494e39d /cpp/src
parentupdated callback demo for glacier batching (diff)
downloadice-82179574fce7fc1ba196b0cca08aafd254c171e3.tar.bz2
ice-82179574fce7fc1ba196b0cca08aafd254c171e3.tar.xz
ice-82179574fce7fc1ba196b0cca08aafd254c171e3.zip
glacier batching fixes
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Glacier/Missive.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Glacier/Missive.cpp b/cpp/src/Glacier/Missive.cpp
index 65069800885..f0b61dcd963 100644
--- a/cpp/src/Glacier/Missive.cpp
+++ b/cpp/src/Glacier/Missive.cpp
@@ -66,11 +66,12 @@ Glacier::Missive::getCurrent() const
}
Glacier::MissiveQueue::MissiveQueue(const Ice::CommunicatorPtr& communicator, int traceLevel, bool reverse,
- const IceUtil::Time& _sleepTime) :
+ const IceUtil::Time& sleepTime) :
_communicator(communicator),
_logger(communicator->getLogger()),
_traceLevel(traceLevel),
_reverse(reverse),
+ _sleepTime(sleepTime),
_destroy(false)
{
}