summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Instance.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r--cpp/src/Ice/Instance.cpp12
1 files changed, 3 insertions, 9 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp
index 790c34cead1..c5b2b4bff1b 100644
--- a/cpp/src/Ice/Instance.cpp
+++ b/cpp/src/Ice/Instance.cpp
@@ -57,17 +57,11 @@ using namespace std;
using namespace Ice;
using namespace IceInternal;
-namespace IceUtil
-{
-
-extern bool ICE_DECLSPEC_IMPORT nullHandleAbort;
-
-}
-
namespace IceUtilInternal
{
-extern bool printStackTraces;
+extern bool ICE_DECLSPEC_IMPORT nullHandleAbort;
+extern bool ICE_DECLSPEC_IMPORT printStackTraces;
};
@@ -829,7 +823,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi
if(_initData.properties->getPropertyAsInt("Ice.NullHandleAbort") > 0)
{
- IceUtil::nullHandleAbort = true;
+ IceUtilInternal::nullHandleAbort = true;
}
#ifdef NDEBUG