summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-08 12:35:39 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-08 12:35:39 +0000
commite85e8aad6989c610f0e941a894cd954e03d0535a (patch)
tree7ba7e96d6851443f57e9be9aca04bc44d5f9dae6
parent247cf6c664d550ab67df7ce03d20b556c46c0444 (diff)
downloadATCD-e85e8aad6989c610f0e941a894cd954e03d0535a.tar.gz
ChangeLogTag: Fri Jul 8 12:35:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/LocalObject.cpp17
1 files changed, 0 insertions, 17 deletions
diff --git a/TAO/tao/LocalObject.cpp b/TAO/tao/LocalObject.cpp
index f8e220097d3..9185a471c69 100644
--- a/TAO/tao/LocalObject.cpp
+++ b/TAO/tao/LocalObject.cpp
@@ -102,8 +102,6 @@ CORBA::LocalObject::_create_request (CORBA::Context_ptr,
CORBA::Flags
ACE_ENV_ARG_DECL)
{
- // @@ Correct minor code? CCM spec says one thing CORBA spec says
- // another!
ACE_THROW (CORBA::NO_IMPLEMENT (CORBA::OMGVMCID | 4,
CORBA::COMPLETED_NO));
}
@@ -119,8 +117,6 @@ CORBA::LocalObject::_create_request (CORBA::Context_ptr,
CORBA::Flags
ACE_ENV_ARG_DECL)
{
- // @@ Correct minor code? CCM spec says one thing CORBA spec says
- // another!
ACE_THROW (CORBA::NO_IMPLEMENT (CORBA::OMGVMCID | 4,
CORBA::COMPLETED_NO));
}
@@ -129,8 +125,6 @@ CORBA::Request_ptr
CORBA::LocalObject::_request (const char *
ACE_ENV_ARG_DECL)
{
- // @@ Correct minor code? CCM spec says one thing CORBA spec says
- // another!
ACE_THROW_RETURN (CORBA::NO_IMPLEMENT (CORBA::OMGVMCID | 4,
CORBA::COMPLETED_NO),
0);
@@ -239,14 +233,3 @@ TAO_Local_RefCounted_Object::_remove_ref (void)
delete this;
}
-#if defined (ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION)
-
- template class TAO_Pseudo_Var_T<CORBA::LocalObject>;
- template class TAO_Pseudo_Out_T<CORBA::LocalObject, CORBA::LocalObject_var>;
-
-#elif defined (ACE_HAS_TEMPLATE_INSTANTIATION_PRAGMA)
-
-# pragma instantiate TAO_Pseudo_Var_T<CORBA::LocalObject>
-# pragma instantiate TAO_Pseudo_Out_T<CORBA::LocalObject, CORBA::LocalObject_var>
-
-#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */