diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-17 02:12:44 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-05-17 02:12:44 +0000 |
commit | 002197f85d33865e3eaca88ed6a3fc415665dc7a (patch) | |
tree | a1d24bd081d5818d71323da12737c7b29375f5b2 | |
parent | d7d18ad887f7eabde5f8e498beb5f72ed157029a (diff) | |
download | ATCD-002197f85d33865e3eaca88ed6a3fc415665dc7a.tar.gz |
oops, fixed instantiation #pragmas
-rw-r--r-- | TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp b/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp index 6a7a21b0a21..7585064789b 100644 --- a/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp +++ b/TAO/orbsvcs/orbsvcs/Property/CosPropertyService_i.cpp @@ -1934,11 +1934,11 @@ template class ACE_Hash_Map_Reverse_Iterator<CosProperty_Hash_Key, CosProperty_H template class TAO_Unbounded_Sequence<TAO_PropertySet*>; template class TAO_Unbounded_Sequence<TAO_PropertySetDef*>; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) -#pragma instantiate template class ACE_Hash_Map_Entry<CosProperty_Hash_Key, CosProperty_Hash_Value> -#pragma instantiate template class ACE_Hash_Map_Manager<CosProperty_Hash_Key, CosProperty_Hash_Value, ACE_Null_Mutex> -#pragma instantiate template class ACE_Hash_Map_Iterator<CosProperty_Hash_Key, CosProperty_Hash_Value, ACE_Null_Mutex> -#pragma instantiate template class ACE_Hash_Map_Iterator_Base<CosProperty_Hash_Key, CosProperty_Hash_Value, ACE_Null_Mutex> -#pragma instantiate template class ACE_Hash_Map_Reverse_Iterator<CosProperty_Hash_Key, CosProperty_Hash_Value, ACE_Null_Mutex> +#pragma instantiate ACE_Hash_Map_Entry<CosProperty_Hash_Key, CosProperty_Hash_Value> +#pragma instantiate ACE_Hash_Map_Manager<CosProperty_Hash_Key, CosProperty_Hash_Value, ACE_Null_Mutex> +#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*>; #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |