summaryrefslogtreecommitdiff
path: root/TAO/examples/Borland/ORBThread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Borland/ORBThread.cpp')
-rw-r--r--TAO/examples/Borland/ORBThread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Borland/ORBThread.cpp b/TAO/examples/Borland/ORBThread.cpp
index 4a0ae7da59e..0abef8cdf12 100644
--- a/TAO/examples/Borland/ORBThread.cpp
+++ b/TAO/examples/Borland/ORBThread.cpp
@@ -28,7 +28,7 @@ __fastcall TORBThread::~TORBThread ()
{
try
{
- orb_->shutdown (0);
+ orb_->shutdown (false);
}
catch (const CORBA::Exception&)
{