summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/Server.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2009-08-04 00:09:36 +0200
committerJose <jose@zeroc.com>2009-08-04 00:09:36 +0200
commit06edd41f4521d79844e4012c3e1630a0cadb49f3 (patch)
tree4ab5e789489431748c1582f206e6240e5c7ea14d /cpp/src/IcePatch2/Server.cpp
parentinitialize integer members of Slice::Unit (diff)
downloadice-06edd41f4521d79844e4012c3e1630a0cadb49f3.tar.bz2
ice-06edd41f4521d79844e4012c3e1630a0cadb49f3.tar.xz
ice-06edd41f4521d79844e4012c3e1630a0cadb49f3.zip
4171 - Global namespace pollution
Diffstat (limited to 'cpp/src/IcePatch2/Server.cpp')
-rw-r--r--cpp/src/IcePatch2/Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch2/Server.cpp b/cpp/src/IcePatch2/Server.cpp
index 75d28cef865..db2be034db0 100644
--- a/cpp/src/IcePatch2/Server.cpp
+++ b/cpp/src/IcePatch2/Server.cpp
@@ -125,7 +125,7 @@ IcePatch2::PatcherService::start(int argc, char* argv[])
if(!IceUtilInternal::isAbsolutePath(dataDir))
{
string cwd;
- if(OS::getcwd(cwd) != 0)
+ if(IceInternal::OS::getcwd(cwd) != 0)
{
throw "cannot get the current directory:\n" + IceUtilInternal::lastErrorToString();
}