diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-03-13 04:31:30 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-03-13 04:31:30 +0000 |
commit | 4e5474b1a234a677141fa5e54238ea877c955e8b (patch) | |
tree | 735fab522ebc78d6f17a622bf36939d66a713376 /TAO/tao/RTPortableServer/RTPortableServerC.cpp | |
parent | c153fd04b7f31e9cb4d585a67df1767388109d53 (diff) | |
download | ATCD-4e5474b1a234a677141fa5e54238ea877c955e8b.tar.gz |
ChangeLogTag: Wed Mar 12 22:25:46 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/RTPortableServer/RTPortableServerC.cpp')
-rw-r--r-- | TAO/tao/RTPortableServer/RTPortableServerC.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 &) { |