diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-08-01 20:44:44 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-08-01 20:44:44 -0400 |
commit | 85fbacffa1956979bbca07d47104fd710825d045 (patch) | |
tree | 7b8e4700f34fe884cc8ad418cfd3e11ac5a22bf7 /cpp/test/Ice/acm/TestI.cpp | |
parent | Fixed typo (diff) | |
download | ice-85fbacffa1956979bbca07d47104fd710825d045.tar.bz2 ice-85fbacffa1956979bbca07d47104fd710825d045.tar.xz ice-85fbacffa1956979bbca07d47104fd710825d045.zip |
Move generateUUID to Ice
Diffstat (limited to 'cpp/test/Ice/acm/TestI.cpp')
-rw-r--r-- | cpp/test/Ice/acm/TestI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/acm/TestI.cpp b/cpp/test/Ice/acm/TestI.cpp index 98f07a1b93a..d7742680a70 100644 --- a/cpp/test/Ice/acm/TestI.cpp +++ b/cpp/test/Ice/acm/TestI.cpp @@ -75,7 +75,7 @@ RemoteCommunicatorI::createObjectAdapter(int timeout, int close, int heartbeat, opts = " -h \"" + properties->getPropertyWithDefault("Ice.Default.Host", "127.0.0.1") + "\""; } - string name = IceUtil::generateUUID(); + string name = generateUUID(); if(timeout >= 0) { properties->setProperty(name + ".ACM.Timeout", toString(timeout)); |