summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOPC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOPC.cpp')
-rw-r--r--TAO/tao/GIOPC.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/GIOPC.cpp b/TAO/tao/GIOPC.cpp
index 776a61162c4..ae44cf7c754 100644
--- a/TAO/tao/GIOPC.cpp
+++ b/TAO/tao/GIOPC.cpp
@@ -43,7 +43,7 @@
#endif /* !defined INLINE */
// TAO_IDL - Generated from
-// be\be_visitor_arg_traits.cpp:65
+// be\be_visitor_arg_traits.cpp:66
// Arg traits specializations.
namespace TAO
@@ -302,10 +302,10 @@ CORBA::Boolean operator<< (
{
if ( !(strm << _tao_union._d ()) )
{
- return 0;
+ return false;
}
- CORBA::Boolean result = 1;
+ CORBA::Boolean result = true;
switch (_tao_union._d ())
{
@@ -339,10 +339,10 @@ CORBA::Boolean operator>> (
CORBA::Short _tao_discriminant;
if ( !(strm >> _tao_discriminant) )
{
- return 0;
+ return false;
}
- CORBA::Boolean result = 1;
+ CORBA::Boolean result = true;
switch (_tao_discriminant)
{