summaryrefslogtreecommitdiff
path: root/TAO/tao/ServicesC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ServicesC.cpp')
-rw-r--r--TAO/tao/ServicesC.cpp140
1 files changed, 70 insertions, 70 deletions
diff --git a/TAO/tao/ServicesC.cpp b/TAO/tao/ServicesC.cpp
index b362269f44c..48fb6c612de 100644
--- a/TAO/tao/ServicesC.cpp
+++ b/TAO/tao/ServicesC.cpp
@@ -51,19 +51,6 @@ namespace TAO
// TAO_IDL - Generated from
-// be\be_visitor_structure/structure_cs.cpp:66
-
-void
-CORBA::ServiceDetail::_tao_any_destructor (
- void *_tao_void_pointer
- )
-{
- ServiceDetail *_tao_tmp_pointer =
- static_cast<ServiceDetail *> (_tao_void_pointer);
- delete _tao_tmp_pointer;
-}
-
-// TAO_IDL - Generated from
// be\be_visitor_sequence/sequence_cs.cpp:65
#if !defined (_CORBA_SERVICEOPTIONSEQ_CS_)
@@ -117,6 +104,19 @@ void CORBA::ServiceOptionSeq::_tao_any_destructor (
#endif /* end #if !defined */
// TAO_IDL - Generated from
+// be\be_visitor_structure/structure_cs.cpp:68
+
+void
+CORBA::ServiceDetail::_tao_any_destructor (
+ void *_tao_void_pointer
+ )
+{
+ ServiceDetail *_tao_tmp_pointer =
+ static_cast<ServiceDetail *> (_tao_void_pointer);
+ delete _tao_tmp_pointer;
+}
+
+// TAO_IDL - Generated from
// be\be_visitor_sequence/sequence_cs.cpp:65
#if !defined (_CORBA_SERVICEDETAILSEQ_CS_)
@@ -170,7 +170,7 @@ void CORBA::ServiceDetailSeq::_tao_any_destructor (
#endif /* end #if !defined */
// TAO_IDL - Generated from
-// be\be_visitor_structure/structure_cs.cpp:66
+// be\be_visitor_structure/structure_cs.cpp:68
void
CORBA::ServiceInformation::_tao_any_destructor (
@@ -183,29 +183,6 @@ CORBA::ServiceInformation::_tao_any_destructor (
}
// TAO_IDL - Generated from
-// be\be_visitor_structure/cdr_op_cs.cpp:61
-
-CORBA::Boolean operator<< (
- TAO_OutputCDR &strm,
- const CORBA::ServiceDetail &_tao_aggregate
- )
-{
- return
- (strm << _tao_aggregate.service_detail_type) &&
- (strm << _tao_aggregate.service_detail);
-}
-
-CORBA::Boolean operator>> (
- TAO_InputCDR &strm,
- CORBA::ServiceDetail &_tao_aggregate
- )
-{
- return
- (strm >> _tao_aggregate.service_detail_type) &&
- (strm >> _tao_aggregate.service_detail);
-}
-
-// TAO_IDL - Generated from
// be\be_visitor_sequence/cdr_op_cs.cpp:96
#if !defined _TAO_CDR_OP_CORBA_ServiceOptionSeq_CPP_
@@ -264,6 +241,29 @@ CORBA::Boolean operator>> (
#endif /* _TAO_CDR_OP_CORBA_ServiceOptionSeq_CPP_ */
// TAO_IDL - Generated from
+// be\be_visitor_structure/cdr_op_cs.cpp:61
+
+CORBA::Boolean operator<< (
+ TAO_OutputCDR &strm,
+ const CORBA::ServiceDetail &_tao_aggregate
+ )
+{
+ return
+ (strm << _tao_aggregate.service_detail_type) &&
+ (strm << _tao_aggregate.service_detail);
+}
+
+CORBA::Boolean operator>> (
+ TAO_InputCDR &strm,
+ CORBA::ServiceDetail &_tao_aggregate
+ )
+{
+ return
+ (strm >> _tao_aggregate.service_detail_type) &&
+ (strm >> _tao_aggregate.service_detail);
+}
+
+// TAO_IDL - Generated from
// be\be_visitor_sequence/cdr_op_cs.cpp:96
#if !defined _TAO_CDR_OP_CORBA_ServiceDetailSeq_CPP_
@@ -359,27 +359,11 @@ CORBA::Boolean operator>> (
}
// TAO_IDL - Generated from
-// be\be_visitor_root/root.cpp:1619
+// be\be_visitor_root/root.cpp:1528
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
template class
- TAO_Var_Var_T<
- CORBA::ServiceDetail
- >;
-
- template class
- TAO_Var_Base_T<
- CORBA::ServiceDetail
- >;
-
- template class
- TAO_Out_T<
- CORBA::ServiceDetail,
- CORBA::ServiceDetail_var
- >;
-
- template class
TAO_FixedSeq_Var_T<
CORBA::ServiceOptionSeq,
CORBA::ServiceOption
@@ -399,6 +383,22 @@ CORBA::Boolean operator>> (
>;
template class
+ TAO_Var_Var_T<
+ CORBA::ServiceDetail
+ >;
+
+ template class
+ TAO_Var_Base_T<
+ CORBA::ServiceDetail
+ >;
+
+ template class
+ TAO_Out_T<
+ CORBA::ServiceDetail,
+ CORBA::ServiceDetail_var
+ >;
+
+ template class
TAO_VarSeq_Var_T<
CORBA::ServiceDetailSeq,
CORBA::ServiceDetail
@@ -446,22 +446,6 @@ CORBA::Boolean operator>> (
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
# pragma instantiate \
- TAO_Var_Var_T< \
- CORBA::ServiceDetail \
- >
-
-# pragma instantiate \
- TAO_Var_Base_T< \
- CORBA::ServiceDetail \
- >
-
-# pragma instantiate \
- TAO_Out_T< \
- CORBA::ServiceDetail, \
- CORBA::ServiceDetail_var \
- >
-
-# pragma instantiate \
TAO_FixedSeq_Var_T< \
CORBA::ServiceOptionSeq, \
CORBA::ServiceOption \
@@ -481,6 +465,22 @@ CORBA::Boolean operator>> (
>
# pragma instantiate \
+ TAO_Var_Var_T< \
+ CORBA::ServiceDetail \
+ >
+
+# pragma instantiate \
+ TAO_Var_Base_T< \
+ CORBA::ServiceDetail \
+ >
+
+# pragma instantiate \
+ TAO_Out_T< \
+ CORBA::ServiceDetail, \
+ CORBA::ServiceDetail_var \
+ >
+
+# pragma instantiate \
TAO_VarSeq_Var_T< \
CORBA::ServiceDetailSeq, \
CORBA::ServiceDetail \