summaryrefslogtreecommitdiff
path: root/TAO/tao/BooleanSeqA.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-25 18:56:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-25 18:56:27 +0000
commit4178c51d1b4d1cf81a982d87e0d640eb00831913 (patch)
treee1f410719b870adc01fc146d79a0f1509ee5fe17 /TAO/tao/BooleanSeqA.cpp
parent89f59311003dba94aa9a13418fc2944edd87af75 (diff)
downloadATCD-4178c51d1b4d1cf81a982d87e0d640eb00831913.tar.gz
ChangeLogTag: Fri Mar 25 18:33:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/BooleanSeqA.cpp')
-rw-r--r--TAO/tao/BooleanSeqA.cpp67
1 files changed, 28 insertions, 39 deletions
diff --git a/TAO/tao/BooleanSeqA.cpp b/TAO/tao/BooleanSeqA.cpp
index ba72d41034f..136b86311ce 100644
--- a/TAO/tao/BooleanSeqA.cpp
+++ b/TAO/tao/BooleanSeqA.cpp
@@ -26,54 +26,43 @@
// http://www.cs.wustl.edu/~schmidt/TAO.html
#include "BooleanSeqC.h"
-#include "tao/Typecode.h"
+#include "tao/Null_RefCount_Policy.h"
+#include "tao/TypeCode_Constants.h"
+#include "tao/Alias_TypeCode.h"
+#include "tao/Sequence_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:295
+// be\be_visitor_typecode/alias_typecode.cpp:31
+
-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 (0x0), // repository ID = IDL:omg.org/CORBA/BooleanSeq:1.0
- 11,
- ACE_NTOHL (0x426f6f6c),
- ACE_NTOHL (0x65616e53),
- ACE_NTOHL (0x65710000), // name = BooleanSeq
- CORBA::tk_sequence, // typecode kind
- 12, // encapsulation length
- TAO_ENCAP_BYTE_ORDER, // byte order
- CORBA::tk_boolean,
-
- 0U,
-
-};
-
-static CORBA::TypeCode _tc_TAO_tc_CORBA_BooleanSeq (
- CORBA::tk_alias,
- sizeof (_oc_CORBA_BooleanSeq),
- (char *) &_oc_CORBA_BooleanSeq,
- 0,
- 0
- );
+// TAO_IDL - Generated from
+// be\be_visitor_typecode/typecode_defn.cpp:744
+
+static TAO::TypeCode::Sequence<TAO::Null_RefCount_Policy>
+ _tao_tc_CORBA_BooleanSeq_0 (
+ CORBA::tk_sequence,
+ &::_tao_tc_CORBA::_tc_boolean,
+ 0U);
+
+static TAO::TypeCode::Alias<char const *,
+ TAO::Null_RefCount_Policy>
+ _tao_tc_CORBA_BooleanSeq (
+ "IDL:omg.org/CORBA/BooleanSeq:1.0",
+ "BooleanSeq",
+ &::_tao_tc_CORBA_BooleanSeq_0);
+
namespace CORBA
{
::CORBA::TypeCode_ptr const _tc_BooleanSeq =
- &_tc_TAO_tc_CORBA_BooleanSeq;
+ &_tao_tc_CORBA_BooleanSeq;
}
+
+
// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
@@ -86,7 +75,7 @@ void operator<<= (
TAO::Any_Dual_Impl_T<CORBA::BooleanSeq>::insert_copy (
_tao_any,
CORBA::BooleanSeq::_tao_any_destructor,
- CORBA::_tc_BooleanSeq,
+ CORBA_BooleanSeq_0,
_tao_elem
);
}
@@ -100,7 +89,7 @@ void operator<<= (
TAO::Any_Dual_Impl_T<CORBA::BooleanSeq>::insert (
_tao_any,
CORBA::BooleanSeq::_tao_any_destructor,
- CORBA::_tc_BooleanSeq,
+ CORBA_BooleanSeq_0,
_tao_elem
);
}
@@ -127,7 +116,7 @@ CORBA::Boolean operator>>= (
TAO::Any_Dual_Impl_T<CORBA::BooleanSeq>::extract (
_tao_any,
CORBA::BooleanSeq::_tao_any_destructor,
- CORBA::_tc_BooleanSeq,
+ CORBA_BooleanSeq_0,
_tao_elem
);
}