summaryrefslogtreecommitdiff
path: root/tao/PortableServer/PolicyS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tao/PortableServer/PolicyS.cpp')
-rw-r--r--tao/PortableServer/PolicyS.cpp32
1 files changed, 2 insertions, 30 deletions
diff --git a/tao/PortableServer/PolicyS.cpp b/tao/PortableServer/PolicyS.cpp
index 29c81c7860d..b9bffd54bbe 100644
--- a/tao/PortableServer/PolicyS.cpp
+++ b/tao/PortableServer/PolicyS.cpp
@@ -74,7 +74,7 @@ namespace TAO
#if !defined (_CORBA_POLICY__SARG_TRAITS_SS_)
#define _CORBA_POLICY__SARG_TRAITS_SS_
-
+/*
template<>
class SArg_Traits<CORBA::Policy>
: public
@@ -86,38 +86,10 @@ namespace TAO
>
{
};
-
+ */
#endif /* end #if !defined */
}
-
-// TAO_IDL - Generated from
-// be\be_visitor_arg_traits.cpp:69
-
-// Arg traits specializations.
-namespace TAO
-{
-
-#if !defined (_CORBA_POLICY__ARG_TRAITS_SS_)
-#define _CORBA_POLICY__ARG_TRAITS_SS_
-
- template<>
- class Arg_Traits<CORBA::Policy>
- : public
- Object_Arg_Traits_T<
- CORBA::Policy_ptr,
- CORBA::Policy_var,
- CORBA::Policy_out,
- TAO::Objref_Traits<CORBA::Policy>,
- TAO::Any_Insert_Policy_Stream
- >
- {
- };
-
-#endif /* end #if !defined */
-}
-
-
// TAO_IDL - Generated from
// be\be_interface.cpp:1455