diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-12-07 18:31:09 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-12-07 18:31:09 +0000 |
commit | c97add54448bc5f4d4bbc39474a58389f2057906 (patch) | |
tree | c46b254a4a09d727081d53700b52f12a22a98db1 | |
parent | 89f9a0b1f8844dc4a2a7fd2c8e287037d88cf755 (diff) | |
download | ATCD-c97add54448bc5f4d4bbc39474a58389f2057906.tar.gz |
ChangeLogTag: Tue Dec 7 18:31:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r-- | TAO/tao/BooleanSeqA.cpp | 37 | ||||
-rw-r--r-- | TAO/tao/BooleanSeqC.cpp | 14 | ||||
-rw-r--r-- | TAO/tao/BooleanSeqC.h | 15 | ||||
-rw-r--r-- | TAO/tao/BooleanSeqC.inl (renamed from TAO/tao/BooleanSeqC.i) | 1 |
4 files changed, 32 insertions, 35 deletions
diff --git a/TAO/tao/BooleanSeqA.cpp b/TAO/tao/BooleanSeqA.cpp index ea3718ffb63..289291f2f79 100644 --- a/TAO/tao/BooleanSeqA.cpp +++ b/TAO/tao/BooleanSeqA.cpp @@ -27,27 +27,29 @@ #include "BooleanSeqC.h" #include "tao/Typecode.h" +#include "tao/CDR.h" +#include "tao/Any.h" #include "tao/Any_Dual_Impl_T.h" // TAO_IDL - Generated from -// be\be_visitor_typecode/typecode_defn.cpp:290 +// be\be_visitor_typecode/typecode_defn.cpp:295 static const CORBA::Long _oc_CORBA_BooleanSeq[] = { TAO_ENCAP_BYTE_ORDER, // byte order 33, - ACE_NTOHL (0x49444c3a), - ACE_NTOHL (0x6f6d672e), - ACE_NTOHL (0x6f72672f), - ACE_NTOHL (0x434f5242), - ACE_NTOHL (0x412f426f), - ACE_NTOHL (0x6f6c6561), - ACE_NTOHL (0x6e536571), - ACE_NTOHL (0x3a312e30), + ACE_NTOHL (0x49444c3a), + ACE_NTOHL (0x6f6d672e), + ACE_NTOHL (0x6f72672f), + ACE_NTOHL (0x434f5242), + ACE_NTOHL (0x412f426f), + ACE_NTOHL (0x6f6c6561), + ACE_NTOHL (0x6e536571), + ACE_NTOHL (0x3a312e30), ACE_NTOHL (0x0), // repository ID = IDL:omg.org/CORBA/BooleanSeq:1.0 11, - ACE_NTOHL (0x426f6f6c), - ACE_NTOHL (0x65616e53), + ACE_NTOHL (0x426f6f6c), + ACE_NTOHL (0x65616e53), ACE_NTOHL (0x65710000), // name = BooleanSeq CORBA::tk_sequence, // typecode kind 12, // encapsulation length @@ -63,7 +65,7 @@ static CORBA::TypeCode _tc_TAO_tc_CORBA_BooleanSeq ( sizeof (_oc_CORBA_BooleanSeq), (char *) &_oc_CORBA_BooleanSeq, 0, - sizeof (CORBA::BooleanSeq) + 0 ); namespace CORBA @@ -72,7 +74,7 @@ namespace CORBA &_tc_TAO_tc_CORBA_BooleanSeq; } -// TAO_IDL - Generated from +// TAO_IDL - Generated from // be\be_visitor_sequence/any_op_cs.cpp:54 // Copying insertion. @@ -109,8 +111,8 @@ CORBA::Boolean operator>>= ( CORBA::BooleanSeq *&_tao_elem ) { - return _tao_any >>= ACE_const_cast ( - const CORBA::BooleanSeq *&, + return _tao_any >>= const_cast< + const CORBA::BooleanSeq *&> ( _tao_elem ); } @@ -130,8 +132,6 @@ CORBA::Boolean operator>>= ( ); } - - #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) template class @@ -146,5 +146,4 @@ CORBA::Boolean operator>>= ( CORBA::BooleanSeq \ > -#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ - +#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ 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 */ - diff --git a/TAO/tao/BooleanSeqC.h b/TAO/tao/BooleanSeqC.h index 8360886b3c3..989fa5a1448 100644 --- a/TAO/tao/BooleanSeqC.h +++ b/TAO/tao/BooleanSeqC.h @@ -26,20 +26,22 @@ // http://www.cs.wustl.edu/~schmidt/TAO.html // TAO_IDL - Generated from -// be\be_codegen.cpp:171 +// be\be_codegen.cpp:153 #ifndef _TAO_IDL_ORIG_BOOLEANSEQC_H_ #define _TAO_IDL_ORIG_BOOLEANSEQC_H_ #include /**/ "ace/pre.h" -#include "tao/ORB.h" + +#include "ace/config-all.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "tao/TAO_Export.h" +#include "tao/ORB.h" #include "tao/Environment.h" #include "tao/Sequence_T.h" #include "tao/Seq_Var_T.h" @@ -58,9 +60,7 @@ #endif /* TAO_EXPORT_NESTED_CLASSES */ #if defined(_MSC_VER) -#if (_MSC_VER >= 1200) #pragma warning(push) -#endif /* _MSC_VER >= 1200 */ #pragma warning(disable:4250) #endif /* _MSC_VER */ @@ -166,13 +166,13 @@ TAO_Export CORBA::Boolean operator>> ( #endif /* _TAO_CDR_OP_CORBA_BooleanSeq_H_ */ // TAO_IDL - Generated from -// be\be_codegen.cpp:978 +// be\be_codegen.cpp:963 #if defined (__ACE_INLINE__) -#include "BooleanSeqC.i" +#include "BooleanSeqC.inl" #endif /* defined INLINE */ -#if defined(_MSC_VER) && (_MSC_VER >= 1200) +#if defined(_MSC_VER) #pragma warning(pop) #endif /* _MSC_VER */ @@ -184,3 +184,4 @@ TAO_Export CORBA::Boolean operator>> ( #endif /* ifndef */ + diff --git a/TAO/tao/BooleanSeqC.i b/TAO/tao/BooleanSeqC.inl index 38aa32569ba..c944d806c1f 100644 --- a/TAO/tao/BooleanSeqC.i +++ b/TAO/tao/BooleanSeqC.inl @@ -25,4 +25,3 @@ // Information about TAO is available at: // http://www.cs.wustl.edu/~schmidt/TAO.html - |