summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/IceGridNode.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceGrid/IceGridNode.cpp')
-rw-r--r--cpp/src/IceGrid/IceGridNode.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/IceGrid/IceGridNode.cpp b/cpp/src/IceGrid/IceGridNode.cpp
index a78d45531a7..a63c8e13a05 100644
--- a/cpp/src/IceGrid/IceGridNode.cpp
+++ b/cpp/src/IceGrid/IceGridNode.cpp
@@ -376,7 +376,7 @@ NodeService::startImpl(int argc, char* argv[])
ostringstream os;
FileException ex(__FILE__, __LINE__);
ex.path = dataPath;
- ex.error = getSystemErrno();
+ ex.error = IceInternal::getSystemErrno();
os << ex;
error("property `IceGrid.Node.Data' is set to an invalid path:\n" + os.str());
return false;
@@ -388,7 +388,7 @@ NodeService::startImpl(int argc, char* argv[])
ostringstream os;
FileException ex(__FILE__, __LINE__);
ex.path = dataPath;
- ex.error = getSystemErrno();
+ ex.error = IceInternal::getSystemErrno();
os << ex;
error("property `IceGrid.Node.Data' is set to an invalid path:\n" + os.str());
return false;