summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Concurrency/tmplinst.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Concurrency/tmplinst.cpp')
-rw-r--r--TAO/orbsvcs/tests/Concurrency/tmplinst.cpp15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Concurrency/tmplinst.cpp b/TAO/orbsvcs/tests/Concurrency/tmplinst.cpp
new file mode 100644
index 00000000000..e8d0681532d
--- /dev/null
+++ b/TAO/orbsvcs/tests/Concurrency/tmplinst.cpp
@@ -0,0 +1,15 @@
+//
+// $Id$
+//
+
+// The contents of this file REALLY should be generated by the IDL
+// compiler, but that functionality isn't available yet.
+
+#include "orbsvcs/orbsvcs/CosConcurrencyControlC.h"
+
+#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
+template class TAO_Unbounded_Sequence<CORBA::Long>;
+#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
+#pragma instantiate TAO_Unbounded_Sequence<CORBA::Long>
+#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
+