diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-01-04 18:42:47 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-01-04 18:42:47 +0000 |
commit | 6b7ff3e55b98a6dfc9b2b320a1b1636b02742dba (patch) | |
tree | 0c5bb4d215e8c2c400447c3d8f7a3c538583a5d2 /cpp/src/Ice/Initialize.cpp | |
parent | Added process logger (diff) | |
download | ice-6b7ff3e55b98a6dfc9b2b320a1b1636b02742dba.tar.bz2 ice-6b7ff3e55b98a6dfc9b2b320a1b1636b02742dba.tar.xz ice-6b7ff3e55b98a6dfc9b2b320a1b1636b02742dba.zip |
Fixed function definition
Diffstat (limited to 'cpp/src/Ice/Initialize.cpp')
-rw-r--r-- | cpp/src/Ice/Initialize.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Initialize.cpp b/cpp/src/Ice/Initialize.cpp index 1ec9985dfec..6a39c28c8b0 100644 --- a/cpp/src/Ice/Initialize.cpp +++ b/cpp/src/Ice/Initialize.cpp @@ -265,7 +265,7 @@ Ice::getProcessLogger() } void -setProcessLogger(const LoggerPtr& logger) +Ice::setProcessLogger(const LoggerPtr& logger) { IceUtil::StaticMutex::Lock lock(processLoggerMutex); processLogger = logger; |