summaryrefslogtreecommitdiff
path: root/TAO/tao/CurrentC.cpp
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-22 21:53:38 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-03-22 21:53:38 +0000
commit05aab858a84cb63b55d9617a4b53dbaa689e5f64 (patch)
tree57a4a88ca938127e8736a2330367cdaa36902896 /TAO/tao/CurrentC.cpp
parent17f01f15d4569431bca42d06f79b2ec5c9dea85d (diff)
downloadATCD-05aab858a84cb63b55d9617a4b53dbaa689e5f64.tar.gz
ChangeLogTag: Sat Mar 22 15:51:14 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/CurrentC.cpp')
-rw-r--r--TAO/tao/CurrentC.cpp25
1 files changed, 0 insertions, 25 deletions
diff --git a/TAO/tao/CurrentC.cpp b/TAO/tao/CurrentC.cpp
index 8d5943f95ca..452382618b5 100644
--- a/TAO/tao/CurrentC.cpp
+++ b/TAO/tao/CurrentC.cpp
@@ -25,7 +25,6 @@
#include "CurrentC.h"
#include "tao/Sequence_T.h"
-#include "tao/Any_T.h"
#if defined (__BORLANDC__)
#pragma option -w-rvl -w-rch -w-ccc -w-aus -w-sig
@@ -457,30 +456,6 @@ operator>>= (
);
}
-template<>
-CORBA::Boolean
-TAO::Any_Impl_T<CORBA::Current>::to_object (
- CORBA::Object_ptr &_tao_elem
- ) const
-{
- _tao_elem = CORBA::Object::_duplicate (this->value_);
- return 1;
-}
-
-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 &)
-{
- return 0;
-}
-
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) || \
defined (ACE_HAS_GNU_REPO)
template class TAO_Object_Manager<CORBA::Current,CORBA::Current_var>;