diff options
author | bala <balanatarajan@users.noreply.github.com> | 2003-04-25 03:09:17 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2003-04-25 03:09:17 +0000 |
commit | 0cc8a33d7a9968c2e0da44ff345565e1dbe6c23f (patch) | |
tree | d8221395b61053d544256b6534e7b36ca6ea4593 /TAO/tao/Object.cpp | |
parent | 624e32c5d9142da4266700e5154442e4f750092f (diff) | |
download | ATCD-0cc8a33d7a9968c2e0da44ff345565e1dbe6c23f.tar.gz |
ChangeLogTag:Thu Apr 24 22:01:42 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Object.cpp')
-rw-r--r-- | TAO/tao/Object.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Object.cpp b/TAO/tao/Object.cpp index 014b0120065..0630a64a26f 100644 --- a/TAO/tao/Object.cpp +++ b/TAO/tao/Object.cpp @@ -977,13 +977,13 @@ TAO_Object_Proxy_Broker * (*_TAO_collocation_Object_Proxy_Broker_Factory_functio #if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION) -template class TAO_Object_Manager<CORBA::Object, CORBA::Object_var>; +// template class TAO_Object_Manager<CORBA::Object, CORBA::Object_var>; template class TAO_Pseudo_Var_T<CORBA::Object>; template class TAO_Pseudo_Out_T<CORBA::Object, CORBA::Object_var>; #elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA) -#pragma instantiate TAO_Object_Manager<CORBA::Object, CORBA::Object_var> +// #pragma instantiate TAO_Object_Manager<CORBA::Object, CORBA::Object_var> #pragma instantiate TAO_Pseudo_Var_T<CORBA::Object> #pragma instantiate TAO_Pseudo_Out_T<CORBA::Object, CORBA::Object_var> |