summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2004-10-06 17:53:00 +0000
committerMarc Laukien <marc@zeroc.com>2004-10-06 17:53:00 +0000
commit7dc2a0cec8c09723ea9efc241c01db678dfdc73f (patch)
tree42d788203c8a701f52ed0babe099db564eb2d4ce /cpp/src/Ice/Instance.cpp
parentfixes (diff)
downloadice-7dc2a0cec8c09723ea9efc241c01db678dfdc73f.tar.bz2
ice-7dc2a0cec8c09723ea9efc241c01db678dfdc73f.tar.xz
ice-7dc2a0cec8c09723ea9efc241c01db678dfdc73f.zip
time changes
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r--cpp/src/Ice/Instance.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp
index a1588e45e68..0d35ecaaf86 100644
--- a/cpp/src/Ice/Instance.cpp
+++ b/cpp/src/Ice/Instance.cpp
@@ -400,8 +400,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Prope
}
}
- unsigned int seed =
- static_cast<unsigned int>(IceUtil::Time::now().toMicroSeconds());
+ unsigned int seed = static_cast<unsigned int>(IceUtil::Time::now().toMicroSeconds());
srand(seed);
if(_properties->getPropertyAsInt("Ice.NullHandleAbort") > 0)