summaryrefslogtreecommitdiff
path: root/TAO/tao/Tagged_Profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Tagged_Profile.h')
-rw-r--r--TAO/tao/Tagged_Profile.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/Tagged_Profile.h b/TAO/tao/Tagged_Profile.h
index 23bd56f272c..2e7d8bfc7a4 100644
--- a/TAO/tao/Tagged_Profile.h
+++ b/TAO/tao/Tagged_Profile.h
@@ -44,13 +44,13 @@ public:
CORBA::Boolean unmarshall_object_key (TAO_InputCDR &cdr);
/// Return the object key
- TAO_ObjectKey &object_key (void);
+ TAO::ObjectKey &object_key (void);
/// Save the object key
- void object_key (TAO_ObjectKey &object_key);
+ void object_key (TAO::ObjectKey &object_key);
/// Return a const object key
- const TAO_ObjectKey &object_key (void) const;
+ const TAO::ObjectKey &object_key (void) const;
/// get the tagged_profile
const IOP::TaggedProfile &tagged_profile (void) const;
@@ -92,7 +92,7 @@ private:
CORBA::Boolean object_key_extracted_;
/// The object key
- TAO_ObjectKey object_key_;
+ TAO::ObjectKey object_key_;
/// The Tagged profile. This class would have the Tagged Profile
IOP::TaggedProfile profile_;