diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-03-12 16:18:58 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-03-12 16:18:58 +0000 |
commit | 414715263a41b8525f0371e9851cfc470171b0d5 (patch) | |
tree | bf1c5cdcd20e3d61ed9d590adfaef8b5fce061df /TAO/tao/Profile.cpp | |
parent | d918dcf7a60a0a69c33de11f3b8259b2065d2e38 (diff) | |
download | ATCD-414715263a41b8525f0371e9851cfc470171b0d5.tar.gz |
ChangeLogTag: Wed Mar 12 09:49:00 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/tao/Profile.cpp')
-rw-r--r-- | TAO/tao/Profile.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/TAO/tao/Profile.cpp b/TAO/tao/Profile.cpp index 2860a202041..b41fc592757 100644 --- a/TAO/tao/Profile.cpp +++ b/TAO/tao/Profile.cpp @@ -1,6 +1,5 @@ // $Id$ - #include "Profile.h" #include "Object_KeyC.h" @@ -13,12 +12,10 @@ #include "Profile.i" #endif /* __ACE_INLINE__ */ - ACE_RCSID (tao, Profile, "$Id$") - // **************************************************************** TAO_Profile::~TAO_Profile (void) @@ -416,15 +413,15 @@ TAO_Unknown_Profile::encode_endpoints (void) return 0; } -const TAO_ObjectKey & +const TAO::ObjectKey & TAO_Unknown_Profile::object_key (void) const { // @@ TODO this is wrong, but the function is deprecated anyway.... - static TAO_ObjectKey empty_key; + static TAO::ObjectKey empty_key; return empty_key; } -TAO_ObjectKey * +TAO::ObjectKey * TAO_Unknown_Profile::_key (void) const { return 0; |