diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-20 17:13:58 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-05-20 17:13:58 +0000 |
commit | 838fc4b8b3ca515f7a86a51e0dcfa492c2bd1c35 (patch) | |
tree | 70a6042264f2061b2c3a10f5ec4a8ef7c20df318 /TAO/orbsvcs/examples/CosEC/Factory | |
parent | 0f38d597eca4daa54f2fb0d4f254586cdd58aa3b (diff) | |
download | ATCD-838fc4b8b3ca515f7a86a51e0dcfa492c2bd1c35.tar.gz |
ChangeLogTag:Thu May 20 12:14:20 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/examples/CosEC/Factory')
-rw-r--r-- | TAO/orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.cpp b/TAO/orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.cpp index b675526a81c..7a942a3cff8 100644 --- a/TAO/orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.cpp +++ b/TAO/orbsvcs/examples/CosEC/Factory/CosEventChannelFactory_i.cpp @@ -334,9 +334,13 @@ TAO_CosEventChannelFactory_i::find_channel_id #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) template class CosEC_Utility_Methods<CORBA::Object>; +template class auto_ptr <CosEC_ServantBase>; +template class ACE_Auto_Basic_Ptr <CosEC_ServantBase>; #elif defined(ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) #pragma instantiate CosEC_Utility_Methods<CORBA::Object> +#pragma instantiate auto_ptr <CosEC_ServantBase> +#pragma instantiate ACE_Auto_Basic_Ptr <CosEC_ServantBase> #endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */ |