summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/UIOP_Profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/UIOP_Profile.h')
-rw-r--r--TAO/tao/Strategies/UIOP_Profile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Strategies/UIOP_Profile.h b/TAO/tao/Strategies/UIOP_Profile.h
index 3209f18c948..b8c1f47f800 100644
--- a/TAO/tao/Strategies/UIOP_Profile.h
+++ b/TAO/tao/Strategies/UIOP_Profile.h
@@ -59,14 +59,14 @@ public:
/// already been marshaled. (actually, no marshalling for this protocol)
TAO_UIOP_Profile (const ACE_UNIX_Addr &addr,
const TAO_ObjectKey &object_key,
- const TAO_GIOP_Version &version,
+ const TAO_GIOP_Message_Version &version,
TAO_ORB_Core *orb_core);
/// Profile constructor
TAO_UIOP_Profile (const char *rendezvous_point,
const TAO_ObjectKey &object_key,
const ACE_UNIX_Addr &addr,
- const TAO_GIOP_Version &version,
+ const TAO_GIOP_Message_Version &version,
TAO_ORB_Core *orb_core);
/// Profile constructor, default.