summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/PortableInterceptors/PICurrent/ClientInitializer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/PortableInterceptors/PICurrent/ClientInitializer.cpp')
-rw-r--r--TAO/DevGuideExamples/PortableInterceptors/PICurrent/ClientInitializer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/DevGuideExamples/PortableInterceptors/PICurrent/ClientInitializer.cpp b/TAO/DevGuideExamples/PortableInterceptors/PICurrent/ClientInitializer.cpp
index 2585bbc7d72..2945d4b3816 100644
--- a/TAO/DevGuideExamples/PortableInterceptors/PICurrent/ClientInitializer.cpp
+++ b/TAO/DevGuideExamples/PortableInterceptors/PICurrent/ClientInitializer.cpp
@@ -47,7 +47,7 @@ ClientInitializer::set_slot_data (void)
{
// Set the recursion flag
CORBA::Any flag;
- CORBA::Boolean x = 0;
+ CORBA::Boolean x = false;
flag <<= CORBA::Any::from_boolean(x);
current_->set_slot(slot_, flag);