summaryrefslogtreecommitdiff
path: root/cpp/src/IceUtil/Random.cpp
diff options
context:
space:
mode:
authorZeroC Staff <git@zeroc.com>2007-12-21 16:01:29 -0500
committerZeroC Staff <git@zeroc.com>2007-12-21 16:01:29 -0500
commite2371ec5865e46ed5a7f080efafaf3e19bb4a8ee (patch)
tree1a55bd36abebc1623769f8597c24ba1e96fb8732 /cpp/src/IceUtil/Random.cpp
parentFixed depend (diff)
downloadice-e2371ec5865e46ed5a7f080efafaf3e19bb4a8ee.tar.bz2
ice-e2371ec5865e46ed5a7f080efafaf3e19bb4a8ee.tar.xz
ice-e2371ec5865e46ed5a7f080efafaf3e19bb4a8ee.zip
Windows / VC6 fixes
Diffstat (limited to 'cpp/src/IceUtil/Random.cpp')
-rw-r--r--cpp/src/IceUtil/Random.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceUtil/Random.cpp b/cpp/src/IceUtil/Random.cpp
index 69f68d95505..d884dbb9a35 100644
--- a/cpp/src/IceUtil/Random.cpp
+++ b/cpp/src/IceUtil/Random.cpp
@@ -143,7 +143,7 @@ IceUtilInternal::generateRandom(char* buffer, int size)
// mutex.
//
- IceUtilInternal::StaticMutex::Lock lock(staticMutex);
+ IceUtil::StaticMutex::Lock lock(staticMutex);
if(context == NULL)
{
if(!CryptAcquireContext(&context, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT))