diff options
author | ZeroC Staff <git@zeroc.com> | 2007-12-21 16:01:29 -0500 |
---|---|---|
committer | ZeroC Staff <git@zeroc.com> | 2007-12-21 16:01:29 -0500 |
commit | e2371ec5865e46ed5a7f080efafaf3e19bb4a8ee (patch) | |
tree | 1a55bd36abebc1623769f8597c24ba1e96fb8732 /cpp/src/IceUtil/Random.cpp | |
parent | Fixed depend (diff) | |
download | ice-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.cpp | 2 |
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)) |