summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Locate_Header.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_Locate_Header.h')
-rw-r--r--TAO/tao/GIOP_Message_Locate_Header.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/GIOP_Message_Locate_Header.h b/TAO/tao/GIOP_Message_Locate_Header.h
index 6c46c74ce6b..1f4420151af 100644
--- a/TAO/tao/GIOP_Message_Locate_Header.h
+++ b/TAO/tao/GIOP_Message_Locate_Header.h
@@ -46,10 +46,10 @@ public:
CORBA::ULong request_id (void);
/// Get the object_key in read mode..
- const TAO_ObjectKey &object_key (void) const;
+ const TAO::ObjectKey &object_key (void) const;
/// Get the object_key in read/write mode..
- TAO_ObjectKey &object_key (void);
+ TAO::ObjectKey &object_key (void);
/// Get the reference to the underlying profile
TAO_Tagged_Profile &profile (void);
@@ -65,7 +65,7 @@ private:
TAO_Tagged_Profile profile_;
/// Object Key
- TAO_ObjectKey object_key_;
+ TAO::ObjectKey object_key_;
/// Incoming CDR stream
TAO_InputCDR *incoming_;