summaryrefslogtreecommitdiff
path: root/TAO/tao/Object_Ref_Table.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-07-22 12:04:40 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-07-22 12:04:40 +0000
commit0d4db0b989346e9ff3b7cce229444482b40c2fdd (patch)
tree2a09135b59bca3e22b87a635966491ba4d37b5fd /TAO/tao/Object_Ref_Table.h
parent94eb3a7107de09b0642a6a6a27a45d52a8c63e1a (diff)
downloadATCD-0d4db0b989346e9ff3b7cce229444482b40c2fdd.tar.gz
ChangeLogTag: Fri Jul 22 11:48:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Object_Ref_Table.h')
-rw-r--r--TAO/tao/Object_Ref_Table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Object_Ref_Table.h b/TAO/tao/Object_Ref_Table.h
index 1637658c438..705ef575161 100644
--- a/TAO/tao/Object_Ref_Table.h
+++ b/TAO/tao/Object_Ref_Table.h
@@ -73,7 +73,7 @@ public:
/// Return the object reference associated with the given ID.
/// A duplicate is returned.
- CORBA::Object_ptr resolve_initial_references (const char * id);
+ CORBA::Object_ptr resolve_initial_reference (const char * id);
/// Explicitly destroy the contents of the object reference table.
void destroy (void);