diff options
author | Marc Laukien <marc@zeroc.com> | 2004-10-06 17:53:00 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-10-06 17:53:00 +0000 |
commit | 7dc2a0cec8c09723ea9efc241c01db678dfdc73f (patch) | |
tree | 42d788203c8a701f52ed0babe099db564eb2d4ce /cpp/src/Ice/Instance.cpp | |
parent | fixes (diff) | |
download | ice-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.cpp | 3 |
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) |