summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy_ForwardC.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Policy_ForwardC.h')
-rw-r--r--TAO/tao/Policy_ForwardC.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/TAO/tao/Policy_ForwardC.h b/TAO/tao/Policy_ForwardC.h
index bda110fac4e..b3b384c1331 100644
--- a/TAO/tao/Policy_ForwardC.h
+++ b/TAO/tao/Policy_ForwardC.h
@@ -246,22 +246,12 @@ TAO_NAMESPACE_CLOSE // module CORBA
namespace TAO
{
template<>
- struct Objref_Traits<CORBA::Policy>
+ struct TAO_Export Objref_Traits<CORBA::Policy>
{
static CORBA::Policy_ptr tao_duplicate (CORBA::Policy_ptr);
static void tao_release (CORBA::Policy_ptr);
static CORBA::Policy_ptr tao_nil (void);
};
-
- template<>
- struct Object_Cast<CORBA::Policy>
- {
- static CORBA::Policy_ptr tao_narrow (
- CORBA::Object_ptr
- ACE_ENV_ARG_DECL
- );
- static CORBA::Object_ptr tao_upcast (void *);
- };
};
// ==========================================================