summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.cpp
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2003-04-25 03:09:17 +0000
committerbala <balanatarajan@users.noreply.github.com>2003-04-25 03:09:17 +0000
commit0cc8a33d7a9968c2e0da44ff345565e1dbe6c23f (patch)
treed8221395b61053d544256b6534e7b36ca6ea4593 /TAO/tao/Object.cpp
parent624e32c5d9142da4266700e5154442e4f750092f (diff)
downloadATCD-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.cpp4
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>