diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2009-09-09 15:12:00 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2009-09-09 15:12:00 -0230 |
commit | e71a65a56ab346e321c4294bccf47d7ef3107115 (patch) | |
tree | f41bb2d0676438becc4bab0a0e3612a857a50604 /cpp/src/Ice/Instance.cpp | |
parent | http://bugzilla/bugzilla/show_bug.cgi?id=2839 (diff) | |
download | ice-e71a65a56ab346e321c4294bccf47d7ef3107115.tar.bz2 ice-e71a65a56ab346e321c4294bccf47d7ef3107115.tar.xz ice-e71a65a56ab346e321c4294bccf47d7ef3107115.zip |
Bug 2664 - do not calculate stack traces
Diffstat (limited to 'cpp/src/Ice/Instance.cpp')
-rw-r--r-- | cpp/src/Ice/Instance.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Instance.cpp b/cpp/src/Ice/Instance.cpp index 3bd69893744..790c34cead1 100644 --- a/cpp/src/Ice/Instance.cpp +++ b/cpp/src/Ice/Instance.cpp @@ -64,7 +64,7 @@ extern bool ICE_DECLSPEC_IMPORT nullHandleAbort; } -namespace IceInternal +namespace IceUtilInternal { extern bool printStackTraces; @@ -838,7 +838,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Initi if(_initData.properties->getPropertyAsIntWithDefault("Ice.PrintStackTraces", 1) > 0) #endif { - printStackTraces = true; + IceUtilInternal::printStackTraces = true; } #ifndef _WIN32 |