summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2003-01-27 16:00:50 +0000
committerBenoit Foucher <benoit@zeroc.com>2003-01-27 16:00:50 +0000
commit002c4bb93deef242747ea60524a8cd25c01cec41 (patch)
treee0e4b55c3dc8ca8537327fb719d93ee0d0ff5ee6 /cpp/src
parentFix for NullHandleAbort not being set on Windows (diff)
downloadice-002c4bb93deef242747ea60524a8cd25c01cec41.tar.bz2
ice-002c4bb93deef242747ea60524a8cd25c01cec41.tar.xz
ice-002c4bb93deef242747ea60524a8cd25c01cec41.zip
Added ICE_UTIL_API for nullHandleAbort
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/Ice/Instance.cpp2
-rw-r--r--cpp/src/IceUtil/Exception.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp
index 6626616565e..80de465fc35 100644
--- a/cpp/src/Ice/Instance.cpp
+++ b/cpp/src/Ice/Instance.cpp
@@ -61,7 +61,7 @@ string Instance::_identForOpenlog;
namespace IceUtil
{
-extern bool nullHandleAbort;
+extern bool ICE_UTIL_API nullHandleAbort;
};
diff --git a/cpp/src/IceUtil/Exception.cpp b/cpp/src/IceUtil/Exception.cpp
index cf52e06e6a8..38e36fed7e8 100644
--- a/cpp/src/IceUtil/Exception.cpp
+++ b/cpp/src/IceUtil/Exception.cpp
@@ -19,7 +19,7 @@ using namespace std;
namespace IceUtil
{
-bool nullHandleAbort = false;
+bool ICE_UTIL_API nullHandleAbort = false;
};