summaryrefslogtreecommitdiff
path: root/TAO/tao/MessagingC.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/MessagingC.cpp')
-rw-r--r--TAO/tao/MessagingC.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/TAO/tao/MessagingC.cpp b/TAO/tao/MessagingC.cpp
index c945bdf4548..9b622e4b003 100644
--- a/TAO/tao/MessagingC.cpp
+++ b/TAO/tao/MessagingC.cpp
@@ -2231,6 +2231,9 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, Messaging::Poller_ptr &_
#endif /* TAO_POLLER */
#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
+
+ template class TAO_Unbounded_Sequence<Messaging::PolicyValue>;
+
#if defined(TAO_POLLER)
template class TAO_Object_Field_T<Messaging::ReplyHandler>;
template class TAO_Object_Field_T<Messaging::Poller>;
@@ -2238,6 +2241,8 @@ CORBA::Boolean operator>>= (const CORBA::Any &_tao_any, Messaging::Poller_ptr &_
#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
+#pragma instantiate TAO_Unbounded_Sequence<Messaging::PolicyValue>
+
#if defined(TAO_POLLER)
# pragma instantiate TAO_Object_Field_T<Messaging::ReplyHandler>
# pragma instantiate TAO_Object_Field_T<Messaging::Poller>