summaryrefslogtreecommitdiff
path: root/TAO/tao/BooleanSeqC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/BooleanSeqC.cpp')
-rw-r--r--TAO/tao/BooleanSeqC.cpp14
1 files changed, 6 insertions, 8 deletions
diff --git a/TAO/tao/BooleanSeqC.cpp b/TAO/tao/BooleanSeqC.cpp
index c75130113a9..413c8a348ad 100644
--- a/TAO/tao/BooleanSeqC.cpp
+++ b/TAO/tao/BooleanSeqC.cpp
@@ -26,23 +26,22 @@
// http://www.cs.wustl.edu/~schmidt/TAO.html
// TAO_IDL - Generated from
-// be\be_codegen.cpp:323
+// be\be_codegen.cpp:302
#include "BooleanSeqC.h"
#include "tao/CDR.h"
-#include "tao/Typecode.h"
#if defined (__BORLANDC__)
#pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig
#endif /* __BORLANDC__ */
#if !defined (__ACE_INLINE__)
-#include "BooleanSeqC.i"
+#include "BooleanSeqC.inl"
#endif /* !defined INLINE */
// TAO_IDL - Generated from
-// be\be_visitor_arg_traits.cpp:64
+// be\be_visitor_arg_traits.cpp:65
// Arg traits specializations.
namespace TAO
@@ -97,7 +96,7 @@ void CORBA::BooleanSeq::_tao_any_destructor (
)
{
BooleanSeq * _tao_tmp_pointer =
- ACE_static_cast (BooleanSeq *, _tao_void_pointer);
+ static_cast<BooleanSeq *> (_tao_void_pointer);
delete _tao_tmp_pointer;
}
@@ -114,7 +113,7 @@ CORBA::Boolean operator<< (
const CORBA::BooleanSeq &_tao_sequence
)
{
- CORBA::ULong _tao_seq_len = _tao_sequence.length ();
+ const CORBA::ULong _tao_seq_len = _tao_sequence.length ();
if (strm << _tao_seq_len)
{
@@ -162,7 +161,7 @@ CORBA::Boolean operator>> (
#endif /* _TAO_CDR_OP_CORBA_BooleanSeq_CPP_ */
// TAO_IDL - Generated from
-// be\be_visitor_root/root.cpp:1628
+// be\be_visitor_root/root.cpp:1629
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
@@ -207,4 +206,3 @@ CORBA::Boolean operator>> (
>
#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-