summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/BiDirectionalGIOP/callback_i.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/BiDirectionalGIOP/callback_i.cpp')
-rw-r--r--TAO/DevGuideExamples/BiDirectionalGIOP/callback_i.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/DevGuideExamples/BiDirectionalGIOP/callback_i.cpp b/TAO/DevGuideExamples/BiDirectionalGIOP/callback_i.cpp
index aaa49807717..25dee372b33 100644
--- a/TAO/DevGuideExamples/BiDirectionalGIOP/callback_i.cpp
+++ b/TAO/DevGuideExamples/BiDirectionalGIOP/callback_i.cpp
@@ -17,7 +17,7 @@ Callback_i::~Callback_i (void)
void Callback_i::shutdown ()
{
std::cout << "Performing clean shutdown." << std::endl;
- const int wait = 0;
+ CORBA::Boolean wait = false;
orb_->shutdown(wait);
}