summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-20 13:41:54 +0000
committerlevine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-20 13:41:54 +0000
commit5229bc6ad2a81aa84d3e5b150c9db37a648fee22 (patch)
tree253895987d0dd880bedcd273af2cc44991c51d34
parent88ce5e08ab56d111d22d40ebf7669077a2016f94 (diff)
downloadATCD-5229bc6ad2a81aa84d3e5b150c9db37a648fee22.tar.gz
fixed instantiation #pragmas
-rw-r--r--TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp b/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp
index 7585064789b..3b7d691d2eb 100644
--- a/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp
+++ b/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp
@@ -1939,6 +1939,6 @@ template class TAO_Unbounded_Sequence<TAO_PropertySetDef*>;
#pragma instantiate ACE_Hash_Map_Iterator<CosProperty_Hash_Key, CosProperty_Hash_Value, ACE_Null_Mutex>
#pragma instantiate ACE_Hash_Map_Iterator_Base<CosProperty_Hash_Key, CosProperty_Hash_Value, ACE_Null_Mutex>
#pragma instantiate ACE_Hash_Map_Reverse_Iterator<CosProperty_Hash_Key, CosProperty_Hash_Value, ACE_Null_Mutex>
-#pragma instantiate TAO_Unbounded_Sequence<TAO_PropertySet*>;
-#pragma instantiate TAO_Unbounded_Sequence<TAO_PropertySetDef*>;
+#pragma instantiate TAO_Unbounded_Sequence<TAO_PropertySet*>
+#pragma instantiate TAO_Unbounded_Sequence<TAO_PropertySetDef*>
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */