summaryrefslogtreecommitdiff
path: root/TAO/tao/TAOA.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TAOA.cpp')
-rw-r--r--TAO/tao/TAOA.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/TAOA.cpp b/TAO/tao/TAOA.cpp
index a17fa7630fb..8c542dfdc09 100644
--- a/TAO/tao/TAOA.cpp
+++ b/TAO/tao/TAOA.cpp
@@ -292,14 +292,14 @@ ACE_TEMPLATE_SPECIALIZATION
CORBA::Boolean
TAO::Any_Impl_T<TAO::BufferingConstraintPolicy>::marshal_value (TAO_OutputCDR &)
{
- return 0;
+ return false;
}
ACE_TEMPLATE_SPECIALIZATION
CORBA::Boolean
TAO::Any_Impl_T<TAO::BufferingConstraintPolicy>::demarshal_value (TAO_InputCDR &)
{
- return 0;
+ return false;
}
// Copying insertion.