summaryrefslogtreecommitdiff
path: root/TAO/tao/Messaging_PolicyValueC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Messaging_PolicyValueC.cpp')
-rw-r--r--TAO/tao/Messaging_PolicyValueC.cpp99
1 files changed, 0 insertions, 99 deletions
diff --git a/TAO/tao/Messaging_PolicyValueC.cpp b/TAO/tao/Messaging_PolicyValueC.cpp
index ad5f52c29f5..ffa5d682e1d 100644
--- a/TAO/tao/Messaging_PolicyValueC.cpp
+++ b/TAO/tao/Messaging_PolicyValueC.cpp
@@ -206,102 +206,3 @@ CORBA::Boolean operator>> (
}
#endif /* _TAO_CDR_OP_Messaging_PolicyValueSeq_CPP_ */
-
-// TAO_IDL - Generated from
-// be\be_visitor_root/root.cpp:1528
-
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
- template class
- TAO_Var_Var_T<
- Messaging::PolicyValue
- >;
-
- template class
- TAO_Var_Base_T<
- Messaging::PolicyValue
- >;
-
- template class
- TAO_Out_T<
- Messaging::PolicyValue,
- Messaging::PolicyValue_var
- >;
-
- template class
- TAO_VarSeq_Var_T<
- Messaging::PolicyValueSeq,
- Messaging::PolicyValue
- >;
-
- template class
- TAO_Seq_Var_Base_T<
- Messaging::PolicyValueSeq,
- Messaging::PolicyValue
- >;
-
- template class
- TAO_Seq_Out_T<
- Messaging::PolicyValueSeq,
- Messaging::PolicyValueSeq_var,
- Messaging::PolicyValue
- >;
-
-#if !defined (_MESSAGING_POLICYVALUE__EXPLICIT_CS_)
-#define _MESSAGING_POLICYVALUE__EXPLICIT_CS_
-
- template class
- TAO_Unbounded_Sequence<
- Messaging::PolicyValue
- >;
-
-#endif /* end #if !defined */
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-# pragma instantiate \
- TAO_Var_Var_T< \
- Messaging::PolicyValue \
- >
-
-# pragma instantiate \
- TAO_Var_Base_T< \
- Messaging::PolicyValue \
- >
-
-# pragma instantiate \
- TAO_Out_T< \
- Messaging::PolicyValue, \
- Messaging::PolicyValue_var \
- >
-
-# pragma instantiate \
- TAO_VarSeq_Var_T< \
- Messaging::PolicyValueSeq, \
- Messaging::PolicyValue \
- >
-
-# pragma instantiate \
- TAO_Seq_Var_Base_T< \
- Messaging::PolicyValueSeq, \
- Messaging::PolicyValue \
- >
-
-# pragma instantiate \
- TAO_Seq_Out_T< \
- Messaging::PolicyValueSeq, \
- Messaging::PolicyValueSeq_var, \
- Messaging::PolicyValue \
- >
-
-#if !defined (_MESSAGING_POLICYVALUE__EXPLICIT_CS_)
-#define _MESSAGING_POLICYVALUE__EXPLICIT_CS_
-
-# pragma instantiate \
- TAO_Unbounded_Sequence< \
- Messaging::PolicyValue \
- >
-
-#endif /* end #if !defined */
-
-#endif /* !ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */