summaryrefslogtreecommitdiff
path: root/TAO/tao/Object.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-15 02:57:15 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-15 02:57:15 +0000
commite3c899d75eb4a65584a8cb4b242ec372961be1ed (patch)
tree5bd922f15aaaf6eb964ae008332ba55f60b50861 /TAO/tao/Object.h
parent746cd010fa993b232930e9f69eb2460f8ca08346 (diff)
downloadATCD-e3c899d75eb4a65584a8cb4b242ec372961be1ed.tar.gz
ChangeLogTag:Mon Jun 14 21:04:53 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Object.h')
-rw-r--r--TAO/tao/Object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Object.h b/TAO/tao/Object.h
index d433a132b3a..d849643c321 100644
--- a/TAO/tao/Object.h
+++ b/TAO/tao/Object.h
@@ -172,7 +172,7 @@ public:
// Return the object key as an out parameter. Caller should release
// return value when finished with it.
- virtual const TAO_ObjectKey &CORBA::Object::_object_key (void);
+ virtual const TAO_ObjectKey &_object_key (void);
// Return a reference to the object key of profile in-use.
// If there's no in-use profile, then the program will
// probably crash. This method does not create a new copy.