diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-15 02:57:15 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-06-15 02:57:15 +0000 |
commit | e3c899d75eb4a65584a8cb4b242ec372961be1ed (patch) | |
tree | 5bd922f15aaaf6eb964ae008332ba55f60b50861 /TAO/tao/Object.h | |
parent | 746cd010fa993b232930e9f69eb2460f8ca08346 (diff) | |
download | ATCD-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.h | 2 |
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. |