summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-03-26 04:42:39 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-03-26 04:42:39 +0000
commite6e31242d15f0e921cd7139bcf176830a20dae5f (patch)
tree9392f382acef20a210696a3a759b7755db5b3808
parent1b152bc35ffa6ab03bc77b02e0cf4a0c105de2be (diff)
downloadATCD-e6e31242d15f0e921cd7139bcf176830a20dae5f.tar.gz
*** empty log message ***
-rw-r--r--TAO/tao/Dynamic_ParameterA.cpp1
-rw-r--r--TAO/tao/GIOPA.cpp1
-rw-r--r--TAO/tao/IIOPA.cpp1
-rw-r--r--TAO/tao/IIOP_EndpointsA.cpp1
-rw-r--r--TAO/tao/IOP_IORA.cpp1
-rw-r--r--TAO/tao/Messaging_PolicyValueA.cpp1
-rw-r--r--TAO/tao/ParameterModeC.h25
-rw-r--r--TAO/tao/ServicesA.cpp1
-rw-r--r--TAO/tao/TAOA.cpp1
-rw-r--r--TAO/tao/TimeBaseA.cpp1
-rw-r--r--TAO/tao/orb_typesA.cpp22
11 files changed, 41 insertions, 15 deletions
diff --git a/TAO/tao/Dynamic_ParameterA.cpp b/TAO/tao/Dynamic_ParameterA.cpp
index fe1aa9417a5..5556e05ccc2 100644
--- a/TAO/tao/Dynamic_ParameterA.cpp
+++ b/TAO/tao/Dynamic_ParameterA.cpp
@@ -29,6 +29,7 @@
#include "tao/Null_RefCount_Policy.h"
#include "tao/TypeCode_Constants.h"
#include "tao/Alias_TypeCode.h"
+#include "tao/Struct_TypeCode.h"
#include "tao/CDR.h"
#include "tao/Any.h"
#include "tao/Any_Dual_Impl_T.h"
diff --git a/TAO/tao/GIOPA.cpp b/TAO/tao/GIOPA.cpp
index b9a7765de53..84fffd77082 100644
--- a/TAO/tao/GIOPA.cpp
+++ b/TAO/tao/GIOPA.cpp
@@ -30,6 +30,7 @@
#include "tao/TypeCode_Constants.h"
#include "tao/Alias_TypeCode.h"
#include "tao/String_TypeCode.h"
+#include "tao/Struct_TypeCode.h"
#include "tao/Union_TypeCode.h"
#include "tao/CDR.h"
#include "tao/Any.h"
diff --git a/TAO/tao/IIOPA.cpp b/TAO/tao/IIOPA.cpp
index 2c1aea61f1a..19514a02c1f 100644
--- a/TAO/tao/IIOPA.cpp
+++ b/TAO/tao/IIOPA.cpp
@@ -31,6 +31,7 @@
#include "tao/Alias_TypeCode.h"
#include "tao/Sequence_TypeCode.h"
#include "tao/String_TypeCode.h"
+#include "tao/Struct_TypeCode.h"
#include "tao/CDR.h"
#include "tao/Any.h"
#include "tao/Any_Dual_Impl_T.h"
diff --git a/TAO/tao/IIOP_EndpointsA.cpp b/TAO/tao/IIOP_EndpointsA.cpp
index 7acd0bb6f65..af723c72814 100644
--- a/TAO/tao/IIOP_EndpointsA.cpp
+++ b/TAO/tao/IIOP_EndpointsA.cpp
@@ -31,6 +31,7 @@
#include "tao/Alias_TypeCode.h"
#include "tao/Sequence_TypeCode.h"
#include "tao/String_TypeCode.h"
+#include "tao/Struct_TypeCode.h"
#include "tao/CDR.h"
#include "tao/Any.h"
#include "tao/Any_Dual_Impl_T.h"
diff --git a/TAO/tao/IOP_IORA.cpp b/TAO/tao/IOP_IORA.cpp
index 45bce8e791b..9f2a4eda461 100644
--- a/TAO/tao/IOP_IORA.cpp
+++ b/TAO/tao/IOP_IORA.cpp
@@ -31,6 +31,7 @@
#include "tao/Alias_TypeCode.h"
#include "tao/Sequence_TypeCode.h"
#include "tao/String_TypeCode.h"
+#include "tao/Struct_TypeCode.h"
#include "tao/CDR.h"
#include "tao/Any.h"
#include "tao/Any_Dual_Impl_T.h"
diff --git a/TAO/tao/Messaging_PolicyValueA.cpp b/TAO/tao/Messaging_PolicyValueA.cpp
index c65506ca0cb..14ed725bf43 100644
--- a/TAO/tao/Messaging_PolicyValueA.cpp
+++ b/TAO/tao/Messaging_PolicyValueA.cpp
@@ -31,6 +31,7 @@
#include "tao/Alias_TypeCode.h"
#include "tao/Sequence_TypeCode.h"
#include "tao/String_TypeCode.h"
+#include "tao/Struct_TypeCode.h"
#include "tao/CDR.h"
#include "tao/Any.h"
#include "tao/Any_Dual_Impl_T.h"
diff --git a/TAO/tao/ParameterModeC.h b/TAO/tao/ParameterModeC.h
index 99162621eff..4f8c8a5ecb3 100644
--- a/TAO/tao/ParameterModeC.h
+++ b/TAO/tao/ParameterModeC.h
@@ -26,7 +26,7 @@
// http://www.cs.wustl.edu/~schmidt/TAO.html
// TAO_IDL - Generated from
-// be\be_codegen.cpp:153
+// be/be_codegen.cpp:153
#ifndef _TAO_IDL_ORIG_PARAMETERMODEC_H_
#define _TAO_IDL_ORIG_PARAMETERMODEC_H_
@@ -66,13 +66,13 @@
#endif /* __BORLANDC__ */
// TAO_IDL - Generated from
-// be\be_visitor_module/module_ch.cpp:48
+// be/be_visitor_module/module_ch.cpp:48
namespace CORBA
{
// TAO_IDL - Generated from
- // be\be_visitor_enum/enum_ch.cpp:57
+ // be/be_visitor_enum/enum_ch.cpp:57
enum ParameterMode
{
@@ -82,14 +82,19 @@ namespace CORBA
};
typedef ParameterMode &ParameterMode_out;
+
+ // TAO_IDL - Generated from
+ // be/be_visitor_typecode/typecode_decl.cpp:44
+
+ TAO_NAMESPACE_STORAGE_CLASS ::CORBA::TypeCode_ptr const _tc_ParameterMode;
// TAO_IDL - Generated from
-// be\be_visitor_module/module_ch.cpp:66
+// be/be_visitor_module/module_ch.cpp:66
} // module CORBA
// TAO_IDL - Generated from
-// be\be_visitor_traits.cpp:59
+// be/be_visitor_traits.cpp:59
// Traits specializations.
namespace TAO
@@ -97,13 +102,19 @@ namespace TAO
}
// TAO_IDL - Generated from
-// be\be_visitor_enum/cdr_op_ch.cpp:50
+// be/be_visitor_enum/any_op_ch.cpp:51
+
+TAO_Export void operator<<= (CORBA::Any &, CORBA::ParameterMode);
+TAO_Export CORBA::Boolean operator>>= (const CORBA::Any &, CORBA::ParameterMode &);
+
+// TAO_IDL - Generated from
+// be/be_visitor_enum/cdr_op_ch.cpp:50
TAO_Export CORBA::Boolean operator<< (TAO_OutputCDR &, CORBA::ParameterMode);
TAO_Export CORBA::Boolean operator>> (TAO_InputCDR &, CORBA::ParameterMode &);
// TAO_IDL - Generated from
-// be\be_codegen.cpp:969
+// be/be_codegen.cpp:969
#if defined (__ACE_INLINE__)
#include "ParameterModeC.inl"
diff --git a/TAO/tao/ServicesA.cpp b/TAO/tao/ServicesA.cpp
index 27a2da6a3f6..1d06e022e60 100644
--- a/TAO/tao/ServicesA.cpp
+++ b/TAO/tao/ServicesA.cpp
@@ -30,6 +30,7 @@
#include "tao/TypeCode_Constants.h"
#include "tao/Alias_TypeCode.h"
#include "tao/Sequence_TypeCode.h"
+#include "tao/Struct_TypeCode.h"
#include "tao/CDR.h"
#include "tao/Any.h"
#include "tao/Any_Dual_Impl_T.h"
diff --git a/TAO/tao/TAOA.cpp b/TAO/tao/TAOA.cpp
index ef21b0df92d..62714f6c80c 100644
--- a/TAO/tao/TAOA.cpp
+++ b/TAO/tao/TAOA.cpp
@@ -30,6 +30,7 @@
#include "tao/TypeCode_Constants.h"
#include "tao/Alias_TypeCode.h"
#include "tao/Objref_TypeCode.h"
+#include "tao/Struct_TypeCode.h"
#include "tao/CDR.h"
#include "tao/Any.h"
#include "tao/Any_Impl_T.h"
diff --git a/TAO/tao/TimeBaseA.cpp b/TAO/tao/TimeBaseA.cpp
index d9ed20e0f42..60c33140770 100644
--- a/TAO/tao/TimeBaseA.cpp
+++ b/TAO/tao/TimeBaseA.cpp
@@ -29,6 +29,7 @@
#include "tao/Null_RefCount_Policy.h"
#include "tao/TypeCode_Constants.h"
#include "tao/Alias_TypeCode.h"
+#include "tao/Struct_TypeCode.h"
#include "tao/CDR.h"
#include "tao/Any.h"
#include "tao/Any_Dual_Impl_T.h"
diff --git a/TAO/tao/orb_typesA.cpp b/TAO/tao/orb_typesA.cpp
index d04c66736c4..4c758105598 100644
--- a/TAO/tao/orb_typesA.cpp
+++ b/TAO/tao/orb_typesA.cpp
@@ -34,14 +34,14 @@
#include "tao/Any.h"
// TAO_IDL - Generated from
-// be\be_visitor_typecode/alias_typecode.cpp:31
+// be/be_visitor_typecode/alias_typecode.cpp:31
static TAO::TypeCode::Alias<char const *,
TAO::Null_RefCount_Policy>
_tao_tc_CORBA_ORBid (
"IDL:omg.org/CORBA/ORBid:1.0",
"ORBid",
- &::_tao_tc_CORBA::_tc_string);
+ &CORBA::_tc_string);
namespace CORBA
{
@@ -52,14 +52,14 @@ namespace CORBA
// TAO_IDL - Generated from
-// be\be_visitor_typecode/alias_typecode.cpp:31
+// be/be_visitor_typecode/alias_typecode.cpp:31
static TAO::TypeCode::Alias<char const *,
TAO::Null_RefCount_Policy>
_tao_tc_CORBA_Flags (
"IDL:omg.org/CORBA/Flags:1.0",
"Flags",
- &::_tao_tc_CORBA::_tc_ulong);
+ &CORBA::_tc_ulong);
namespace CORBA
{
@@ -70,14 +70,14 @@ namespace CORBA
// TAO_IDL - Generated from
-// be\be_visitor_typecode/alias_typecode.cpp:31
+// be/be_visitor_typecode/alias_typecode.cpp:31
static TAO::TypeCode::Alias<char const *,
TAO::Null_RefCount_Policy>
_tao_tc_CORBA_Identifier (
"IDL:omg.org/CORBA/Identifier:1.0",
"Identifier",
- &::_tao_tc_CORBA::_tc_string);
+ &CORBA::_tc_string);
namespace CORBA
{
@@ -88,14 +88,14 @@ namespace CORBA
// TAO_IDL - Generated from
-// be\be_visitor_typecode/alias_typecode.cpp:31
+// be/be_visitor_typecode/alias_typecode.cpp:31
static TAO::TypeCode::Alias<char const *,
TAO::Null_RefCount_Policy>
_tao_tc_CORBA_RepositoryId (
"IDL:omg.org/CORBA/RepositoryId:1.0",
"RepositoryId",
- &::_tao_tc_CORBA::_tc_string);
+ &CORBA::_tc_string);
namespace CORBA
{
@@ -104,3 +104,9 @@ namespace CORBA
}
+
+#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
+
+#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
+
+#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */