summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-13 04:31:30 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-13 04:31:30 +0000
commit9fd66c7ed729ab9338f56dfecb640d725059eea9 (patch)
tree735fab522ebc78d6f17a622bf36939d66a713376
parent9b466093713a50477104d3255f4f24662012d40d (diff)
downloadATCD-9fd66c7ed729ab9338f56dfecb640d725059eea9.tar.gz
ChangeLogTag: Wed Mar 12 22:25:46 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog41
-rw-r--r--TAO/tao/CurrentC.cpp3
-rw-r--r--TAO/tao/DomainC.cpp2
-rw-r--r--TAO/tao/Exception.cpp2
-rw-r--r--TAO/tao/IFR_Client/IFR_BaseC.cpp4
-rw-r--r--TAO/tao/IFR_Client/IFR_BasicC.cpp22
-rw-r--r--TAO/tao/IFR_Client/IFR_ComponentsC.cpp14
-rw-r--r--TAO/tao/IFR_Client/IFR_ExtendedC.cpp5
-rw-r--r--TAO/tao/IOPC.cpp6
-rw-r--r--TAO/tao/IORManipulation/IORC.cpp6
-rw-r--r--TAO/tao/Messaging/MessagingC.cpp2
-rw-r--r--TAO/tao/Messaging/Messaging_No_ImplC.cpp33
-rw-r--r--TAO/tao/Messaging/Messaging_RT_PolicyC.cpp2
-rw-r--r--TAO/tao/Messaging/Messaging_SyncScope_PolicyC.cpp3
-rw-r--r--TAO/tao/Messaging/TAO_ExtC.cpp3
-rw-r--r--TAO/tao/ObjectReferenceTemplateC.cpp2
-rw-r--r--TAO/tao/PolicyC.cpp7
-rw-r--r--TAO/tao/PortableInterceptorC.cpp36
-rw-r--r--TAO/tao/PortableServer/ImR_LocatorC.cpp1
-rw-r--r--TAO/tao/PortableServer/PortableServerC.cpp43
-rw-r--r--TAO/tao/RTCORBA/RTCORBAC.cpp43
-rw-r--r--TAO/tao/RTPortableServer/RTPortableServerC.cpp3
-rw-r--r--TAO/tao/TAO.dsp43
-rw-r--r--TAO/tao/TAOC.cpp2
-rw-r--r--TAO/tao/TypeCodeFactory/TypeCodeFactoryC.cpp3
25 files changed, 288 insertions, 43 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 85b0802a63a..4deba59574a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,44 @@
+Wed Mar 12 22:25:46 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+
+ * TAO_IDL/be/be_visitor_array/cdr_op_ci.cpp:
+ * TAO_IDL/be/be_visitor_exception/cdr_op_ci.cpp:
+ * TAO_IDL/be/be_visitor_interface/any_op_cs.cpp:
+ * TAO_IDL/be/be_visitor_interface/cdr_op_cs.cpp:
+ * TAO_IDL/be/be_visitor_sequence/cdr_op_cs.cpp:
+ * TAO_IDL/be/be_visitor_structure/cdr_op_ci.cpp:
+ * TAO_IDL/be/be_visitor_valuetype/any_op_cs.cpp:
+
+ Added 'template<>' declaration for generated
+ template specializations. This is required by
+ ANSI, but still optional with many compilers.
+
+ * tao/CurrentC.cpp:
+ * tao/DomainC.cpp:
+ * tao/Exception.cpp:
+ * tao/IOPC.cpp:
+ * tao/ObjectReferenceTemplateC.cpp:
+ * tao/PolicyC.cpp:
+ * tao/PortableInterceptorC.cpp:
+ * tao/tao/dsp
+ * tao/TAOC.cpp:
+ * tao/IFR_Client/IFR_BaseC.cpp:
+ * tao/IFR_Client/IFR_BasicC.cpp:
+ * tao/IFR_Client/IFR_ComponentsC.cpp:
+ * tao/IFR_Client/IFR_ExtendedC.cpp:
+ * tao/IORManipulation/IORC.cpp:
+ * tao/Messaging/MessagingC.cpp:
+ * tao/Messaging/Messaging_No_ImplC.cpp:
+ * tao/Messaging/Messaging_RT_PolicyC.cpp:
+ * tao/Messaging/Messaging_SyncScope_PolicyC.cpp:
+ * tao/Messaging/TAO_ExtC.cpp:
+ * tao/PortableServer/ImR_LocatorC.cpp:
+ * tao/PortableServer/PortableServerC.cpp:
+ * tao/RTCORBA/RTCORBAC.cpp:
+ * tao/RTPortableServer/RTPortableServerC.cpp:
+ * tao/TypeCodeFactory/TypeCodeFactoryC.cpp:
+
+ Similar additions to hand-crafted files.
+
Wed Mar 12 17:19:45 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* tao/Any_T.cpp:
diff --git a/TAO/tao/CurrentC.cpp b/TAO/tao/CurrentC.cpp
index b7fb298d3f1..c40b088ba77 100644
--- a/TAO/tao/CurrentC.cpp
+++ b/TAO/tao/CurrentC.cpp
@@ -457,6 +457,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::Current>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -478,12 +479,14 @@ TAO::Any_Impl_T<CORBA::Current>::to_object (
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::Current>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::Current>::demarshal_value (TAO_InputCDR &)
{
diff --git a/TAO/tao/DomainC.cpp b/TAO/tao/DomainC.cpp
index dd328c053a0..ee25cc17c1e 100644
--- a/TAO/tao/DomainC.cpp
+++ b/TAO/tao/DomainC.cpp
@@ -2128,6 +2128,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::DomainManager>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -2191,6 +2192,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ConstructionPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
diff --git a/TAO/tao/Exception.cpp b/TAO/tao/Exception.cpp
index c987f7db0d4..0f4012bcc13 100644
--- a/TAO/tao/Exception.cpp
+++ b/TAO/tao/Exception.cpp
@@ -1228,6 +1228,7 @@ STANDARD_EXCEPTION_LIST
#undef TAO_SYSTEM_EXCEPTION
#define TAO_SYSTEM_EXCEPTION(name) \
+template<> \
CORBA::Boolean \
TAO::Any_Dual_Impl_T<CORBA::name >::marshal_value (TAO_OutputCDR &cdr) \
{ \
@@ -1249,6 +1250,7 @@ STANDARD_EXCEPTION_LIST
#undef TAO_SYSTEM_EXCEPTION
#define TAO_SYSTEM_EXCEPTION(name) \
+template<> \
CORBA::Boolean \
TAO::Any_Dual_Impl_T<CORBA::name >::demarshal_value (TAO_InputCDR &cdr) \
{ \
diff --git a/TAO/tao/IFR_Client/IFR_BaseC.cpp b/TAO/tao/IFR_Client/IFR_BaseC.cpp
index 301c53e3359..da3b8fa5306 100644
--- a/TAO/tao/IFR_Client/IFR_BaseC.cpp
+++ b/TAO/tao/IFR_Client/IFR_BaseC.cpp
@@ -19910,6 +19910,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::IRObject>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -19973,6 +19974,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::Contained>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -21473,6 +21475,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::IDLType>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -21536,6 +21539,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::TypedefDef>::to_object (
CORBA::Object_ptr &_tao_elem
diff --git a/TAO/tao/IFR_Client/IFR_BasicC.cpp b/TAO/tao/IFR_Client/IFR_BasicC.cpp
index 78d5b96dbfa..b4ead1166f0 100644
--- a/TAO/tao/IFR_Client/IFR_BasicC.cpp
+++ b/TAO/tao/IFR_Client/IFR_BasicC.cpp
@@ -42444,6 +42444,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::Repository>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -42507,6 +42508,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ModuleDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -42635,6 +42637,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ConstantDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -42763,6 +42766,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::StructDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -42826,6 +42830,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::UnionDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -42889,6 +42894,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::EnumDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -42952,6 +42958,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::AliasDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -43015,6 +43022,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::NativeDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -43078,6 +43086,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::PrimitiveDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -43141,6 +43150,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::StringDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -43204,6 +43214,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::WstringDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -43267,6 +43278,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::SequenceDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -43330,6 +43342,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ArrayDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -43393,6 +43406,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ExceptionDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -43549,6 +43563,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::AttributeDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -43742,6 +43757,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ExtAttributeDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -44021,6 +44037,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::OperationDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -44684,6 +44701,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ExtInterfaceDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -44747,6 +44765,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::AbstractInterfaceDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -44810,6 +44829,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ExtAbstractInterfaceDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -44873,6 +44893,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::LocalInterfaceDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -44936,6 +44957,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ExtLocalInterfaceDef>::to_object (
CORBA::Object_ptr &_tao_elem
diff --git a/TAO/tao/IFR_Client/IFR_ComponentsC.cpp b/TAO/tao/IFR_Client/IFR_ComponentsC.cpp
index 3a9a0b8b0e0..a95a4c45928 100644
--- a/TAO/tao/IFR_Client/IFR_ComponentsC.cpp
+++ b/TAO/tao/IFR_Client/IFR_ComponentsC.cpp
@@ -21948,6 +21948,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ComponentIR::EventDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -22011,6 +22012,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ComponentIR::Container>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -22074,6 +22076,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ComponentIR::ModuleDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -22137,6 +22140,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ComponentIR::Repository>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -22200,6 +22204,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ComponentIR::ProvidesDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -22328,6 +22333,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ComponentIR::UsesDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -22456,6 +22462,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ComponentIR::EventPortDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -22584,6 +22591,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ComponentIR::EmitsDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -22647,6 +22655,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ComponentIR::PublishesDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -22710,6 +22719,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ComponentIR::ConsumesDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -22773,6 +22783,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ComponentIR::ComponentDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -23075,6 +23086,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ComponentIR::FactoryDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -23138,6 +23150,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ComponentIR::FinderDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -23201,6 +23214,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ComponentIR::HomeDef>::to_object (
CORBA::Object_ptr &_tao_elem
diff --git a/TAO/tao/IFR_Client/IFR_ExtendedC.cpp b/TAO/tao/IFR_Client/IFR_ExtendedC.cpp
index 8f9102cf5cf..d3a4abfd10a 100644
--- a/TAO/tao/IFR_Client/IFR_ExtendedC.cpp
+++ b/TAO/tao/IFR_Client/IFR_ExtendedC.cpp
@@ -16475,6 +16475,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::FixedDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -16661,6 +16662,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ValueMemberDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -16724,6 +16726,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ValueDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -16917,6 +16920,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ExtValueDef>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -17045,6 +17049,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::ValueBoxDef>::to_object (
CORBA::Object_ptr &_tao_elem
diff --git a/TAO/tao/IOPC.cpp b/TAO/tao/IOPC.cpp
index 196a19e9b22..797c76b0238 100644
--- a/TAO/tao/IOPC.cpp
+++ b/TAO/tao/IOPC.cpp
@@ -3684,6 +3684,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<IOP::Codec>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -3812,6 +3813,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<IOP::CodecFactory>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -4447,12 +4449,14 @@ CORBA::Boolean operator>> (
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<IOP::Codec>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<IOP::Codec>::demarshal_value (TAO_InputCDR &)
{
@@ -4462,12 +4466,14 @@ TAO::Any_Impl_T<IOP::Codec>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<IOP::CodecFactory>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<IOP::CodecFactory>::demarshal_value (TAO_InputCDR &)
{
diff --git a/TAO/tao/IORManipulation/IORC.cpp b/TAO/tao/IORManipulation/IORC.cpp
index c0425d312ce..f7ac6a22150 100644
--- a/TAO/tao/IORManipulation/IORC.cpp
+++ b/TAO/tao/IORManipulation/IORC.cpp
@@ -2106,6 +2106,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<TAO_IOP::TAO_IOR_Property>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -2169,6 +2170,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<TAO_IOP::TAO_IOR_Manipulation>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -2190,12 +2192,14 @@ TAO::Any_Impl_T<TAO_IOP::TAO_IOR_Manipulation>::to_object (
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<TAO_IOP::TAO_IOR_Property>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<TAO_IOP::TAO_IOR_Property>::demarshal_value (TAO_InputCDR &)
{
@@ -2205,12 +2209,14 @@ TAO::Any_Impl_T<TAO_IOP::TAO_IOR_Property>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<TAO_IOP::TAO_IOR_Manipulation>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<TAO_IOP::TAO_IOR_Manipulation>::demarshal_value (TAO_InputCDR &)
{
diff --git a/TAO/tao/Messaging/MessagingC.cpp b/TAO/tao/Messaging/MessagingC.cpp
index 1a32a2384ae..dbca42198dd 100644
--- a/TAO/tao/Messaging/MessagingC.cpp
+++ b/TAO/tao/Messaging/MessagingC.cpp
@@ -1165,6 +1165,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::ExceptionHolder>::to_value (
CORBA::ValueBase *&_tao_elem
@@ -1229,6 +1230,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::ReplyHandler>::to_object (
CORBA::Object_ptr &_tao_elem
diff --git a/TAO/tao/Messaging/Messaging_No_ImplC.cpp b/TAO/tao/Messaging/Messaging_No_ImplC.cpp
index f5cba4923b3..4cc48d889d7 100644
--- a/TAO/tao/Messaging/Messaging_No_ImplC.cpp
+++ b/TAO/tao/Messaging/Messaging_No_ImplC.cpp
@@ -4790,6 +4790,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RebindPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -4918,6 +4919,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RequestPriorityPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -4981,6 +4983,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::ReplyPriorityPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -5044,6 +5047,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RequestStartTimePolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -5107,6 +5111,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RequestEndTimePolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -5170,6 +5175,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::ReplyStartTimePolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -5233,6 +5239,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::ReplyEndTimePolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -5296,6 +5303,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RelativeRequestTimeoutPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -5424,6 +5432,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RoutingPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -5487,6 +5496,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::MaxHopsPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -5550,6 +5560,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::QueueOrderPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -5571,12 +5582,14 @@ TAO::Any_Impl_T<Messaging::QueueOrderPolicy>::to_object (
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RebindPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RebindPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -5586,12 +5599,14 @@ TAO::Any_Impl_T<Messaging::RebindPolicy>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RequestPriorityPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RequestPriorityPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -5601,12 +5616,14 @@ TAO::Any_Impl_T<Messaging::RequestPriorityPolicy>::demarshal_value (TAO_InputCDR
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::ReplyPriorityPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::ReplyPriorityPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -5616,12 +5633,14 @@ TAO::Any_Impl_T<Messaging::ReplyPriorityPolicy>::demarshal_value (TAO_InputCDR &
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RequestStartTimePolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RequestStartTimePolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -5631,12 +5650,14 @@ TAO::Any_Impl_T<Messaging::RequestStartTimePolicy>::demarshal_value (TAO_InputCD
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RequestEndTimePolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RequestEndTimePolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -5646,12 +5667,14 @@ TAO::Any_Impl_T<Messaging::RequestEndTimePolicy>::demarshal_value (TAO_InputCDR
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::ReplyStartTimePolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::ReplyStartTimePolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -5661,12 +5684,14 @@ TAO::Any_Impl_T<Messaging::ReplyStartTimePolicy>::demarshal_value (TAO_InputCDR
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::ReplyEndTimePolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::ReplyEndTimePolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -5676,12 +5701,14 @@ TAO::Any_Impl_T<Messaging::ReplyEndTimePolicy>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RelativeRequestTimeoutPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RelativeRequestTimeoutPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -5691,12 +5718,14 @@ TAO::Any_Impl_T<Messaging::RelativeRequestTimeoutPolicy>::demarshal_value (TAO_I
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RoutingPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RoutingPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -5706,12 +5735,14 @@ TAO::Any_Impl_T<Messaging::RoutingPolicy>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::MaxHopsPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::MaxHopsPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -5721,12 +5752,14 @@ TAO::Any_Impl_T<Messaging::MaxHopsPolicy>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::QueueOrderPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::QueueOrderPolicy>::demarshal_value (TAO_InputCDR &)
{
diff --git a/TAO/tao/Messaging/Messaging_RT_PolicyC.cpp b/TAO/tao/Messaging/Messaging_RT_PolicyC.cpp
index 7b84f670159..df30ab22c2b 100644
--- a/TAO/tao/Messaging/Messaging_RT_PolicyC.cpp
+++ b/TAO/tao/Messaging/Messaging_RT_PolicyC.cpp
@@ -561,12 +561,14 @@ operator>>= (
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RelativeRoundtripTimeoutPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::RelativeRoundtripTimeoutPolicy>::demarshal_value (TAO_InputCDR &)
{
diff --git a/TAO/tao/Messaging/Messaging_SyncScope_PolicyC.cpp b/TAO/tao/Messaging/Messaging_SyncScope_PolicyC.cpp
index e7d9f43ca83..aab500fa36d 100644
--- a/TAO/tao/Messaging/Messaging_SyncScope_PolicyC.cpp
+++ b/TAO/tao/Messaging/Messaging_SyncScope_PolicyC.cpp
@@ -485,6 +485,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::SyncScopePolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -506,12 +507,14 @@ TAO::Any_Impl_T<Messaging::SyncScopePolicy>::to_object (
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::SyncScopePolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<Messaging::SyncScopePolicy>::demarshal_value (TAO_InputCDR &)
{
diff --git a/TAO/tao/Messaging/TAO_ExtC.cpp b/TAO/tao/Messaging/TAO_ExtC.cpp
index 90b0dc259d4..ba35abe8256 100644
--- a/TAO/tao/Messaging/TAO_ExtC.cpp
+++ b/TAO/tao/Messaging/TAO_ExtC.cpp
@@ -486,6 +486,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<TAO::ConnectionTimeoutPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -507,12 +508,14 @@ TAO::Any_Impl_T<TAO::ConnectionTimeoutPolicy>::to_object (
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<TAO::ConnectionTimeoutPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<TAO::ConnectionTimeoutPolicy>::demarshal_value (TAO_InputCDR &)
{
diff --git a/TAO/tao/ObjectReferenceTemplateC.cpp b/TAO/tao/ObjectReferenceTemplateC.cpp
index 6974a4678e6..3ff4e3f5557 100644
--- a/TAO/tao/ObjectReferenceTemplateC.cpp
+++ b/TAO/tao/ObjectReferenceTemplateC.cpp
@@ -1353,6 +1353,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ObjectReferenceFactory>::to_value (
CORBA::ValueBase *&_tao_elem
@@ -1416,6 +1417,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ObjectReferenceTemplate>::to_value (
CORBA::ValueBase *&_tao_elem
diff --git a/TAO/tao/PolicyC.cpp b/TAO/tao/PolicyC.cpp
index 1b229e902aa..31d407597ff 100644
--- a/TAO/tao/PolicyC.cpp
+++ b/TAO/tao/PolicyC.cpp
@@ -3002,6 +3002,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::Policy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -3065,6 +3066,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::PolicyManager>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -3128,6 +3130,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::PolicyCurrent>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -3249,12 +3252,14 @@ CORBA::Boolean operator>> (
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::PolicyManager>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::PolicyManager>::demarshal_value (TAO_InputCDR &)
{
@@ -3264,12 +3269,14 @@ TAO::Any_Impl_T<CORBA::PolicyManager>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::PolicyCurrent>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::PolicyCurrent>::demarshal_value (TAO_InputCDR &)
{
diff --git a/TAO/tao/PortableInterceptorC.cpp b/TAO/tao/PortableInterceptorC.cpp
index 7df59e2124f..89eabb06085 100644
--- a/TAO/tao/PortableInterceptorC.cpp
+++ b/TAO/tao/PortableInterceptorC.cpp
@@ -5544,6 +5544,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::Interceptor>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -5737,6 +5738,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::Current>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -5800,6 +5802,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::RequestInfo>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -5863,6 +5866,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ClientRequestInfo>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -5926,6 +5930,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ServerRequestInfo>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -5989,6 +5994,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ClientRequestInterceptor>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -6052,6 +6058,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ServerRequestInterceptor>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -6115,6 +6122,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::IORInfo>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -6178,6 +6186,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::IORInterceptor>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -6241,6 +6250,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::PolicyFactory>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -6304,6 +6314,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ORBInitInfo>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -6367,6 +6378,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ORBInitializer>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -6388,12 +6400,14 @@ TAO::Any_Impl_T<PortableInterceptor::ORBInitializer>::to_object (
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::Interceptor>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::Interceptor>::demarshal_value (TAO_InputCDR &)
{
@@ -6403,12 +6417,14 @@ TAO::Any_Impl_T<PortableInterceptor::Interceptor>::demarshal_value (TAO_InputCDR
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::Current>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::Current>::demarshal_value (TAO_InputCDR &)
{
@@ -6418,12 +6434,14 @@ TAO::Any_Impl_T<PortableInterceptor::Current>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::RequestInfo>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::RequestInfo>::demarshal_value (TAO_InputCDR &)
{
@@ -6433,12 +6451,14 @@ TAO::Any_Impl_T<PortableInterceptor::RequestInfo>::demarshal_value (TAO_InputCDR
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ClientRequestInfo>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ClientRequestInfo>::demarshal_value (TAO_InputCDR &)
{
@@ -6448,12 +6468,14 @@ TAO::Any_Impl_T<PortableInterceptor::ClientRequestInfo>::demarshal_value (TAO_In
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ServerRequestInfo>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ServerRequestInfo>::demarshal_value (TAO_InputCDR &)
{
@@ -6463,12 +6485,14 @@ TAO::Any_Impl_T<PortableInterceptor::ServerRequestInfo>::demarshal_value (TAO_In
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ClientRequestInterceptor>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ClientRequestInterceptor>::demarshal_value (TAO_InputCDR &)
{
@@ -6478,12 +6502,14 @@ TAO::Any_Impl_T<PortableInterceptor::ClientRequestInterceptor>::demarshal_value
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ServerRequestInterceptor>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ServerRequestInterceptor>::demarshal_value (TAO_InputCDR &)
{
@@ -6493,12 +6519,14 @@ TAO::Any_Impl_T<PortableInterceptor::ServerRequestInterceptor>::demarshal_value
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::IORInfo>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::IORInfo>::demarshal_value (TAO_InputCDR &)
{
@@ -6508,12 +6536,14 @@ TAO::Any_Impl_T<PortableInterceptor::IORInfo>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::IORInterceptor>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::IORInterceptor>::demarshal_value (TAO_InputCDR &)
{
@@ -6523,12 +6553,14 @@ TAO::Any_Impl_T<PortableInterceptor::IORInterceptor>::demarshal_value (TAO_Input
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::PolicyFactory>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::PolicyFactory>::demarshal_value (TAO_InputCDR &)
{
@@ -6538,12 +6570,14 @@ TAO::Any_Impl_T<PortableInterceptor::PolicyFactory>::demarshal_value (TAO_InputC
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ORBInitInfo>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ORBInitInfo>::demarshal_value (TAO_InputCDR &)
{
@@ -6553,12 +6587,14 @@ TAO::Any_Impl_T<PortableInterceptor::ORBInitInfo>::demarshal_value (TAO_InputCDR
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ORBInitializer>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableInterceptor::ORBInitializer>::demarshal_value (TAO_InputCDR &)
{
diff --git a/TAO/tao/PortableServer/ImR_LocatorC.cpp b/TAO/tao/PortableServer/ImR_LocatorC.cpp
index ed7e5ad9c7f..7da23a9a83d 100644
--- a/TAO/tao/PortableServer/ImR_LocatorC.cpp
+++ b/TAO/tao/PortableServer/ImR_LocatorC.cpp
@@ -2774,6 +2774,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<ImplementationRepository::Locator>::to_object (
CORBA::Object_ptr &_tao_elem
diff --git a/TAO/tao/PortableServer/PortableServerC.cpp b/TAO/tao/PortableServer/PortableServerC.cpp
index 38f7f1efb44..66ebaf59405 100644
--- a/TAO/tao/PortableServer/PortableServerC.cpp
+++ b/TAO/tao/PortableServer/PortableServerC.cpp
@@ -8890,6 +8890,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::ThreadPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -8990,6 +8991,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::LifespanPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -9088,6 +9090,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::IdUniquenessPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -9186,6 +9189,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::IdAssignmentPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -9286,6 +9290,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::ImplicitActivationPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -9384,6 +9389,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::ServantRetentionPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -9482,6 +9488,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::RequestProcessingPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -9547,6 +9554,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::POAManager>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -9612,6 +9620,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::AdapterActivator>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -9675,6 +9684,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::ServantManager>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -9801,6 +9811,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::ServantLocator>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -9866,6 +9877,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::POA>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -9929,6 +9941,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::Current>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -9950,12 +9963,14 @@ TAO::Any_Impl_T<PortableServer::Current>::to_object (
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_sequence/cdr_op_cs.cpp:64
+template<>
CORBA::Boolean
TAO::Any_Dual_Impl_T<PortableServer::POAList>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Dual_Impl_T<PortableServer::POAList>::demarshal_value (TAO_InputCDR &)
{
@@ -10105,12 +10120,14 @@ CORBA::Boolean operator<< (
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::ThreadPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::ThreadPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -10120,12 +10137,14 @@ TAO::Any_Impl_T<PortableServer::ThreadPolicy>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::LifespanPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::LifespanPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -10135,12 +10154,14 @@ TAO::Any_Impl_T<PortableServer::LifespanPolicy>::demarshal_value (TAO_InputCDR &
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::IdUniquenessPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::IdUniquenessPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -10150,12 +10171,14 @@ TAO::Any_Impl_T<PortableServer::IdUniquenessPolicy>::demarshal_value (TAO_InputC
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::IdAssignmentPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::IdAssignmentPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -10165,12 +10188,14 @@ TAO::Any_Impl_T<PortableServer::IdAssignmentPolicy>::demarshal_value (TAO_InputC
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::ImplicitActivationPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::ImplicitActivationPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -10179,6 +10204,7 @@ TAO::Any_Impl_T<PortableServer::ImplicitActivationPolicy>::demarshal_value (TAO_
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::ServantRetentionPolicy>::marshal_value (TAO_OutputCDR &)
@@ -10186,6 +10212,7 @@ TAO::Any_Impl_T<PortableServer::ServantRetentionPolicy>::marshal_value (TAO_Outp
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::ServantRetentionPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -10195,12 +10222,14 @@ TAO::Any_Impl_T<PortableServer::ServantRetentionPolicy>::demarshal_value (TAO_In
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::RequestProcessingPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::RequestProcessingPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -10210,12 +10239,14 @@ TAO::Any_Impl_T<PortableServer::RequestProcessingPolicy>::demarshal_value (TAO_I
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::POAManager>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::POAManager>::demarshal_value (TAO_InputCDR &)
{
@@ -10225,12 +10256,14 @@ TAO::Any_Impl_T<PortableServer::POAManager>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::AdapterActivator>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::AdapterActivator>::demarshal_value (TAO_InputCDR &)
{
@@ -10240,12 +10273,14 @@ TAO::Any_Impl_T<PortableServer::AdapterActivator>::demarshal_value (TAO_InputCDR
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::ServantManager>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::ServantManager>::demarshal_value (TAO_InputCDR &)
{
@@ -10255,12 +10290,14 @@ TAO::Any_Impl_T<PortableServer::ServantManager>::demarshal_value (TAO_InputCDR &
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::ServantActivator>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::ServantActivator>::demarshal_value (TAO_InputCDR &)
{
@@ -10270,12 +10307,14 @@ TAO::Any_Impl_T<PortableServer::ServantActivator>::demarshal_value (TAO_InputCDR
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::ServantLocator>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::ServantLocator>::demarshal_value (TAO_InputCDR &)
{
@@ -10285,12 +10324,14 @@ TAO::Any_Impl_T<PortableServer::ServantLocator>::demarshal_value (TAO_InputCDR &
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::POA>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::POA>::demarshal_value (TAO_InputCDR &)
{
@@ -10300,12 +10341,14 @@ TAO::Any_Impl_T<PortableServer::POA>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::Current>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<PortableServer::Current>::demarshal_value (TAO_InputCDR &)
{
diff --git a/TAO/tao/RTCORBA/RTCORBAC.cpp b/TAO/tao/RTCORBA/RTCORBAC.cpp
index a76911215f5..967a03b6c3d 100644
--- a/TAO/tao/RTCORBA/RTCORBAC.cpp
+++ b/TAO/tao/RTCORBA/RTCORBAC.cpp
@@ -7250,6 +7250,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::PriorityModelPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -7367,6 +7368,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::ProtocolProperties>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -7553,6 +7555,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::ServerProtocolPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -7616,6 +7619,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::ClientProtocolPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -7679,6 +7683,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::PrivateConnectionPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -7742,6 +7747,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::TCPProtocolProperties>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -7805,6 +7811,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::GIOPProtocolProperties>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -7868,6 +7875,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::UnixDomainProtocolProperties>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -7931,6 +7939,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::SharedMemoryProtocolProperties>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -8117,6 +8126,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::PriorityBandedConnectionPolicy>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -8180,6 +8190,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::Current>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -8243,6 +8254,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::Mutex>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -8306,6 +8318,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::RTORB>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -8393,12 +8406,14 @@ CORBA::Boolean operator>> (
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::PriorityModelPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::PriorityModelPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -8408,12 +8423,14 @@ TAO::Any_Impl_T<RTCORBA::PriorityModelPolicy>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::ThreadpoolPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::ThreadpoolPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -8423,12 +8440,14 @@ TAO::Any_Impl_T<RTCORBA::ThreadpoolPolicy>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::ProtocolProperties>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::ProtocolProperties>::demarshal_value (TAO_InputCDR &)
{
@@ -8438,12 +8457,14 @@ TAO::Any_Impl_T<RTCORBA::ProtocolProperties>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_sequence/cdr_op_cs.cpp:64
+template<>
CORBA::Boolean
TAO::Any_Dual_Impl_T<RTCORBA::ProtocolList>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Dual_Impl_T<RTCORBA::ProtocolList>::demarshal_value (TAO_InputCDR &)
{
@@ -8453,12 +8474,14 @@ TAO::Any_Dual_Impl_T<RTCORBA::ProtocolList>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::ServerProtocolPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::ServerProtocolPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -8468,12 +8491,14 @@ TAO::Any_Impl_T<RTCORBA::ServerProtocolPolicy>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::ClientProtocolPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::ClientProtocolPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -8483,12 +8508,14 @@ TAO::Any_Impl_T<RTCORBA::ClientProtocolPolicy>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::PrivateConnectionPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::PrivateConnectionPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -8498,12 +8525,14 @@ TAO::Any_Impl_T<RTCORBA::PrivateConnectionPolicy>::demarshal_value (TAO_InputCDR
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::TCPProtocolProperties>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::TCPProtocolProperties>::demarshal_value (TAO_InputCDR &)
{
@@ -8513,12 +8542,14 @@ TAO::Any_Impl_T<RTCORBA::TCPProtocolProperties>::demarshal_value (TAO_InputCDR &
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::GIOPProtocolProperties>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::GIOPProtocolProperties>::demarshal_value (TAO_InputCDR &)
{
@@ -8528,12 +8559,14 @@ TAO::Any_Impl_T<RTCORBA::GIOPProtocolProperties>::demarshal_value (TAO_InputCDR
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::UnixDomainProtocolProperties>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::UnixDomainProtocolProperties>::demarshal_value (TAO_InputCDR &)
{
@@ -8543,12 +8576,14 @@ TAO::Any_Impl_T<RTCORBA::UnixDomainProtocolProperties>::demarshal_value (TAO_Inp
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::SharedMemoryProtocolProperties>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::SharedMemoryProtocolProperties>::demarshal_value (TAO_InputCDR &)
{
@@ -8624,12 +8659,14 @@ CORBA::Boolean operator>> (
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::PriorityBandedConnectionPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::PriorityBandedConnectionPolicy>::demarshal_value (TAO_InputCDR &)
{
@@ -8639,12 +8676,14 @@ TAO::Any_Impl_T<RTCORBA::PriorityBandedConnectionPolicy>::demarshal_value (TAO_I
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::Current>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::Current>::demarshal_value (TAO_InputCDR &)
{
@@ -8654,12 +8693,14 @@ TAO::Any_Impl_T<RTCORBA::Current>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::Mutex>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::Mutex>::demarshal_value (TAO_InputCDR &)
{
@@ -8669,12 +8710,14 @@ TAO::Any_Impl_T<RTCORBA::Mutex>::demarshal_value (TAO_InputCDR &)
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::RTORB>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTCORBA::RTORB>::demarshal_value (TAO_InputCDR &)
{
diff --git a/TAO/tao/RTPortableServer/RTPortableServerC.cpp b/TAO/tao/RTPortableServer/RTPortableServerC.cpp
index 02ec90c6652..3e4f654a929 100644
--- a/TAO/tao/RTPortableServer/RTPortableServerC.cpp
+++ b/TAO/tao/RTPortableServer/RTPortableServerC.cpp
@@ -470,6 +470,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTPortableServer::POA>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -491,12 +492,14 @@ TAO::Any_Impl_T<RTPortableServer::POA>::to_object (
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTPortableServer::POA>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<RTPortableServer::POA>::demarshal_value (TAO_InputCDR &)
{
diff --git a/TAO/tao/TAO.dsp b/TAO/tao/TAO.dsp
index 8c53c22f9a4..69df03fc6cd 100644
--- a/TAO/tao/TAO.dsp
+++ b/TAO/tao/TAO.dsp
@@ -2444,60 +2444,17 @@ SOURCE=.\tao.rc
# Begin Source File
SOURCE=.\Any_T.cpp
-
-!IF "$(CFG)" == "TAO DLL - Win32 MFC Release"
-
-# ADD CPP /GR
-
-!ELSEIF "$(CFG)" == "TAO DLL - Win32 MFC Debug"
-
-# ADD CPP /GR
-
-!ELSEIF "$(CFG)" == "TAO DLL - Win32 Release"
-
# PROP Exclude_From_Build 1
-# ADD CPP /GR
-
-!ELSEIF "$(CFG)" == "TAO DLL - Win32 Debug"
-
-# ADD CPP /GR
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=.\Codeset_Translator_Factory_T.cpp
-
-!IF "$(CFG)" == "TAO DLL - Win32 MFC Release"
-
-!ELSEIF "$(CFG)" == "TAO DLL - Win32 MFC Debug"
-
-!ELSEIF "$(CFG)" == "TAO DLL - Win32 Release"
-
# PROP Exclude_From_Build 1
-
-!ELSEIF "$(CFG)" == "TAO DLL - Win32 Debug"
-
-!ENDIF
-
# End Source File
# Begin Source File
SOURCE=.\Sequence_T.cpp
-
-!IF "$(CFG)" == "TAO DLL - Win32 MFC Release"
-
-!ELSEIF "$(CFG)" == "TAO DLL - Win32 MFC Debug"
-
-!ELSEIF "$(CFG)" == "TAO DLL - Win32 Release"
-
# PROP Exclude_From_Build 1
-
-!ELSEIF "$(CFG)" == "TAO DLL - Win32 Debug"
-
-!ENDIF
-
# End Source File
# End Group
# End Target
diff --git a/TAO/tao/TAOC.cpp b/TAO/tao/TAOC.cpp
index c42021c7033..4b8ed03f008 100644
--- a/TAO/tao/TAOC.cpp
+++ b/TAO/tao/TAOC.cpp
@@ -725,12 +725,14 @@ TAO::Any_Impl_T<TAO::BufferingConstraintPolicy>::to_object (
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<TAO::BufferingConstraintPolicy>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<TAO::BufferingConstraintPolicy>::demarshal_value (TAO_InputCDR &)
{
diff --git a/TAO/tao/TypeCodeFactory/TypeCodeFactoryC.cpp b/TAO/tao/TypeCodeFactory/TypeCodeFactoryC.cpp
index 560b60ce403..923deea33b4 100644
--- a/TAO/tao/TypeCodeFactory/TypeCodeFactoryC.cpp
+++ b/TAO/tao/TypeCodeFactory/TypeCodeFactoryC.cpp
@@ -470,6 +470,7 @@ operator>>= (
);
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::TypeCodeFactory>::to_object (
CORBA::Object_ptr &_tao_elem
@@ -489,12 +490,14 @@ TAO::Any_Impl_T<CORBA::TypeCodeFactory>::to_object (
// TAO_IDL - Generated from
// W:\ACE_wrappers\TAO\TAO_IDL\be\be_visitor_interface/cdr_op_cs.cpp:60
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::TypeCodeFactory>::marshal_value (TAO_OutputCDR &)
{
return 0;
}
+template<>
CORBA::Boolean
TAO::Any_Impl_T<CORBA::TypeCodeFactory>::demarshal_value (TAO_InputCDR &)
{