diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-21 19:15:25 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-21 19:15:25 +0000 |
commit | f799fc377e86a68a7c7b9410faa5523d007a4cdb (patch) | |
tree | b5c740ef687bb595edc14c65ebd64da165731384 /TAO/tao/IORManipulation/IORManipulation.cpp | |
parent | 270686efd2608c7cd8d95f9da402b29f3f2d7419 (diff) | |
download | ATCD-f799fc377e86a68a7c7b9410faa5523d007a4cdb.tar.gz |
ChangeLogTag: Thu Sep 21 14:13:01 2000 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IORManipulation/IORManipulation.cpp')
-rw-r--r-- | TAO/tao/IORManipulation/IORManipulation.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/TAO/tao/IORManipulation/IORManipulation.cpp b/TAO/tao/IORManipulation/IORManipulation.cpp index 218c3fe200f..09b041bc1de 100644 --- a/TAO/tao/IORManipulation/IORManipulation.cpp +++ b/TAO/tao/IORManipulation/IORManipulation.cpp @@ -407,16 +407,12 @@ TAO_IOR_Manipulation_impl::get_profile_count ( #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) -template class TAO_Object_Manager<CORBA_Object,CORBA_Object_var>; -template class TAO_Unbounded_Object_Sequence<CORBA_Object,CORBA_Object_var>; template class auto_ptr<TAO_MProfile>; template class ACE_Auto_Basic_Ptr<TAO_MProfile>; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) -#pragma instantiate TAO_Object_Manager<CORBA_Object,CORBA_Object_var> -#pragma instantiate TAO_Unbounded_Object_Sequence<CORBA_Object,CORBA_Object_var> #pragma instantiate auto_ptr<TAO_MProfile> #pragma instantiate ACE_Auto_Basic_Ptr<TAO_MProfile> |