summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 18:20:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-19 18:20:20 +0000
commit6ec3a82f46204687e216e2ce364a23723cec03d6 (patch)
treee89adb857e72bab0e372ca23d09fba9d9cfb423e
parenta8193601b6c28afee96003e871a63ca97a65e2e6 (diff)
downloadATCD-6ec3a82f46204687e216e2ce364a23723cec03d6.tar.gz
ChangeLogTag: Wed Apr 19 14:19:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/OctetSeqC.h2
-rw-r--r--TAO/tao/UShortSeqC.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/OctetSeqC.h b/TAO/tao/OctetSeqC.h
index 8e3970a97d6..ebc55bd289d 100644
--- a/TAO/tao/OctetSeqC.h
+++ b/TAO/tao/OctetSeqC.h
@@ -140,7 +140,7 @@ namespace TAO
// but we put the instantiation here because the application will
// need to see it in *C.h to avoid the error.
#if defined ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT
-// template class TAO_Export TAO_Unbounded_Sequence<CORBA::OctetSeq>;
+ template class TAO_Export TAO::unbounded_value_sequence<CORBA::OctetSeq>;
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT */
diff --git a/TAO/tao/UShortSeqC.h b/TAO/tao/UShortSeqC.h
index 1d84ccb1f07..5e917a4ab31 100644
--- a/TAO/tao/UShortSeqC.h
+++ b/TAO/tao/UShortSeqC.h
@@ -136,7 +136,7 @@ namespace TAO
// but we put the instantiation here because the application will
// need to see it in *C.h to avoid the error.
#if defined ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT
-// template class TAO_Export TAO_Unbounded_Sequence<CORBA::UShortSeq>;
+ template class TAO_Export TAO::unbounded_value_sequence<CORBA::UShortSeq>;
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT */
// TAO_IDL - Generated from