summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Ref_Table.inl
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-06 16:34:57 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-06 16:34:57 +0000
commitad5013abb62230eda64c49b7ce38557e5f4b2de5 (patch)
tree51c09f93a23b19693872d94e4f1cf121f1ff9de8 /TAO/tao/Object_Ref_Table.inl
parentf2bf24c048621aab26d8fa383c1db404dbf81e5c (diff)
downloadATCD-ad5013abb62230eda64c49b7ce38557e5f4b2de5.tar.gz
Tue Feb 6 16:33:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Object_Ref_Table.inl')
-rw-r--r--TAO/tao/Object_Ref_Table.inl3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/tao/Object_Ref_Table.inl b/TAO/tao/Object_Ref_Table.inl
index e9abc371750..09250afe0c3 100644
--- a/TAO/tao/Object_Ref_Table.inl
+++ b/TAO/tao/Object_Ref_Table.inl
@@ -29,8 +29,7 @@ TAO_Object_Ref_Table::register_initial_reference (
}
ACE_INLINE CORBA::Object_ptr
-TAO_Object_Ref_Table::resolve_initial_reference (
- const char * id)
+TAO_Object_Ref_Table::resolve_initial_reference (const char * id)
{
return this->find (id); // Returns a duplicate.
}