summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-01-04 11:08:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-01-04 11:08:34 +0000
commita0c83868a1453b7fa994d32f0a21c88cd4ff0a2f (patch)
treef7d3c90c78c98b8f369c6fa0e72617646714a88d
parent9aed55f93c530765fa6b9f76a4cc0f70565157b2 (diff)
downloadATCD-a0c83868a1453b7fa994d32f0a21c88cd4ff0a2f.tar.gz
ChangeLogTag: Tue Jan 4 11:00:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/Makefile.am4
-rw-r--r--TAO/tao/ULongSeqA.cpp35
-rw-r--r--TAO/tao/ULongSeqC.cpp14
-rw-r--r--TAO/tao/ULongSeqC.h15
-rw-r--r--TAO/tao/ULongSeqC.inl (renamed from TAO/tao/ULongSeqC.i)1
-rw-r--r--TAO/tao/ULongSeqS.h16
6 files changed, 39 insertions, 46 deletions
diff --git a/TAO/tao/Makefile.am b/TAO/tao/Makefile.am
index 63859e83149..81665efe505 100644
--- a/TAO/tao/Makefile.am
+++ b/TAO/tao/Makefile.am
@@ -840,8 +840,8 @@ nobase_include_HEADERS += \
UB_String_Argument_T.inl \
UB_String_SArgument_T.inl \
ULongLongSeqC.inl \
- ULongSeqC.i \
- UShortSeqC.i \
+ ULongSeqC.inl \
+ UShortSeqC.inl \
UserException.inl \
VarOut_T.inl \
Var_Array_Argument_T.inl \
diff --git a/TAO/tao/ULongSeqA.cpp b/TAO/tao/ULongSeqA.cpp
index 361baf4aff0..dcae28f1e63 100644
--- a/TAO/tao/ULongSeqA.cpp
+++ b/TAO/tao/ULongSeqA.cpp
@@ -27,26 +27,28 @@
#include "ULongSeqC.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_ULongSeq[] =
{
TAO_ENCAP_BYTE_ORDER, // byte order
31,
- ACE_NTOHL (0x49444c3a),
- ACE_NTOHL (0x6f6d672e),
- ACE_NTOHL (0x6f72672f),
- ACE_NTOHL (0x434f5242),
- ACE_NTOHL (0x412f554c),
- ACE_NTOHL (0x6f6e6753),
- ACE_NTOHL (0x65713a31),
+ ACE_NTOHL (0x49444c3a),
+ ACE_NTOHL (0x6f6d672e),
+ ACE_NTOHL (0x6f72672f),
+ ACE_NTOHL (0x434f5242),
+ ACE_NTOHL (0x412f554c),
+ ACE_NTOHL (0x6f6e6753),
+ ACE_NTOHL (0x65713a31),
ACE_NTOHL (0x2e300000), // repository ID = IDL:omg.org/CORBA/ULongSeq:1.0
9,
- ACE_NTOHL (0x554c6f6e),
- ACE_NTOHL (0x67536571),
+ ACE_NTOHL (0x554c6f6e),
+ ACE_NTOHL (0x67536571),
ACE_NTOHL (0x0), // name = ULongSeq
CORBA::tk_sequence, // typecode kind
12, // encapsulation length
@@ -62,7 +64,7 @@ static CORBA::TypeCode _tc_TAO_tc_CORBA_ULongSeq (
sizeof (_oc_CORBA_ULongSeq),
(char *) &_oc_CORBA_ULongSeq,
0,
- sizeof (CORBA::ULongSeq)
+ 0
);
namespace CORBA
@@ -71,7 +73,7 @@ namespace CORBA
&_tc_TAO_tc_CORBA_ULongSeq;
}
-// TAO_IDL - Generated from
+// TAO_IDL - Generated from
// be\be_visitor_sequence/any_op_cs.cpp:54
// Copying insertion.
@@ -108,8 +110,8 @@ CORBA::Boolean operator>>= (
CORBA::ULongSeq *&_tao_elem
)
{
- return _tao_any >>= ACE_const_cast (
- const CORBA::ULongSeq *&,
+ return _tao_any >>= const_cast<
+ const CORBA::ULongSeq *&> (
_tao_elem
);
}
@@ -129,8 +131,6 @@ CORBA::Boolean operator>>= (
);
}
-
-
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class
@@ -145,5 +145,4 @@ CORBA::Boolean operator>>= (
CORBA::ULongSeq \
>
-#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-
+#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
diff --git a/TAO/tao/ULongSeqC.cpp b/TAO/tao/ULongSeqC.cpp
index 7196334371f..9d8b43281e3 100644
--- a/TAO/tao/ULongSeqC.cpp
+++ b/TAO/tao/ULongSeqC.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 "ULongSeqC.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 "ULongSeqC.i"
+#include "ULongSeqC.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::ULongSeq::_tao_any_destructor (
)
{
ULongSeq * _tao_tmp_pointer =
- ACE_static_cast (ULongSeq *, _tao_void_pointer);
+ static_cast<ULongSeq *> (_tao_void_pointer);
delete _tao_tmp_pointer;
}
@@ -114,7 +113,7 @@ CORBA::Boolean operator<< (
const CORBA::ULongSeq &_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_ULongSeq_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/ULongSeqC.h b/TAO/tao/ULongSeqC.h
index c15eda5ca82..7de33124933 100644
--- a/TAO/tao/ULongSeqC.h
+++ b/TAO/tao/ULongSeqC.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_ULONGSEQC_H_
#define _TAO_IDL_ORIG_ULONGSEQC_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_ULongSeq_H_ */
// TAO_IDL - Generated from
-// be\be_codegen.cpp:978
+// be\be_codegen.cpp:961
#if defined (__ACE_INLINE__)
-#include "ULongSeqC.i"
+#include "ULongSeqC.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/ULongSeqC.i b/TAO/tao/ULongSeqC.inl
index 38aa32569ba..c944d806c1f 100644
--- a/TAO/tao/ULongSeqC.i
+++ b/TAO/tao/ULongSeqC.inl
@@ -25,4 +25,3 @@
// Information about TAO is available at:
// http://www.cs.wustl.edu/~schmidt/TAO.html
-
diff --git a/TAO/tao/ULongSeqS.h b/TAO/tao/ULongSeqS.h
index 291cad079f8..292028c2617 100644
--- a/TAO/tao/ULongSeqS.h
+++ b/TAO/tao/ULongSeqS.h
@@ -26,7 +26,7 @@
// http://www.cs.wustl.edu/~schmidt/TAO.html
// TAO_IDL - Generated from
-// be/be_codegen.cpp:411
+// be\be_codegen.cpp:390
#ifndef _TAO_IDL_ORIG_ULONGSEQS_H_
#define _TAO_IDL_ORIG_ULONGSEQS_H_
@@ -39,14 +39,9 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/Collocation_Proxy_Broker.h"
-#include "tao/PortableServer/PortableServer.h"
-#include "tao/PortableServer/Servant_Base.h"
#if defined(_MSC_VER)
-#if (_MSC_VER >= 1200)
#pragma warning(push)
-#endif /* _MSC_VER >= 1200 */
#pragma warning(disable:4250)
#endif /* _MSC_VER */
@@ -55,22 +50,22 @@
#endif /* __BORLANDC__ */
// TAO_IDL - Generated from
-// be/be_visitor_module/module_sh.cpp:49
+// be\be_visitor_module/module_sh.cpp:49
namespace POA_CORBA
{
// TAO_IDL - Generated from
-// be/be_visitor_module/module_sh.cpp:80
+// be\be_visitor_module/module_sh.cpp:80
} // module CORBA
// TAO_IDL - Generated from
-// be/be_codegen.cpp:1014
+// be\be_codegen.cpp:997
-#if defined(_MSC_VER) && (_MSC_VER >= 1200)
+#if defined(_MSC_VER)
#pragma warning(pop)
#endif /* _MSC_VER */
@@ -80,3 +75,4 @@ namespace POA_CORBA
#include /**/ "ace/post.h"
#endif /* ifndef */
+