summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-01-04 18:42:47 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-01-04 18:42:47 +0000
commit6b7ff3e55b98a6dfc9b2b320a1b1636b02742dba (patch)
tree0c5bb4d215e8c2c400447c3d8f7a3c538583a5d2 /cpp/src
parentAdded process logger (diff)
downloadice-6b7ff3e55b98a6dfc9b2b320a1b1636b02742dba.tar.bz2
ice-6b7ff3e55b98a6dfc9b2b320a1b1636b02742dba.tar.xz
ice-6b7ff3e55b98a6dfc9b2b320a1b1636b02742dba.zip
Fixed function definition
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/Initialize.cpp2
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;