summaryrefslogtreecommitdiff
path: root/TAO/tao/PolicyC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PolicyC.cpp')
-rw-r--r--TAO/tao/PolicyC.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/tao/PolicyC.cpp b/TAO/tao/PolicyC.cpp
index a5fec276946..c77a6897a3d 100644
--- a/TAO/tao/PolicyC.cpp
+++ b/TAO/tao/PolicyC.cpp
@@ -511,27 +511,6 @@ TAO::Objref_Traits<CORBA::Policy>::tao_nil (void)
return CORBA::Policy::_nil ();
}
-template<>
-CORBA::Policy_ptr
-TAO::Object_Cast<CORBA::Policy>::tao_narrow (
- CORBA::Object *p
- ACE_ENV_ARG_DECL
- )
-{
- return CORBA::Policy::_narrow (p ACE_ENV_ARG_PARAMETER);
-}
-
-template<>
-CORBA::Object_ptr
-TAO::Object_Cast<CORBA::Policy>::tao_upcast (
- void *src
- )
-{
- CORBA::Policy_ptr *tmp =
- ACE_static_cast (CORBA::Policy_ptr *, src);
- return *tmp;
-}
-
// =================================================================
// TAO_IDL - Generated from