From 685cbd31f0c2b28e550cff1226b6dea3f3150136 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Fri, 18 Feb 2005 09:07:14 +0000 Subject: ChangeLogTag: Fri Feb 18 17:04:12 UTC 2005 Johnny Willemsen --- TAO/tao/DoubleSeqC.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'TAO/tao/DoubleSeqC.cpp') diff --git a/TAO/tao/DoubleSeqC.cpp b/TAO/tao/DoubleSeqC.cpp index 2997e7642d8..a6c63b761a4 100644 --- a/TAO/tao/DoubleSeqC.cpp +++ b/TAO/tao/DoubleSeqC.cpp @@ -41,7 +41,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 @@ -121,7 +121,7 @@ CORBA::Boolean operator<< ( return strm.write_double_array (_tao_sequence.get_buffer (), _tao_sequence.length ()); } - return 0; + return false; } CORBA::Boolean operator>> ( @@ -138,7 +138,7 @@ CORBA::Boolean operator>> ( // of the stream. (See bug 58.) if (_tao_seq_len > strm.length ()) { - return 0; + return false; } // Set the length of the sequence. @@ -147,7 +147,7 @@ CORBA::Boolean operator>> ( // If length is 0 we return true. if (0 >= _tao_seq_len) { - return 1; + return true; } // Retrieve all the elements. @@ -155,7 +155,7 @@ CORBA::Boolean operator>> ( } - return 0; + return false; } #endif /* _TAO_CDR_OP_CORBA_DoubleSeq_CPP_ */ -- cgit v1.2.1