summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Locate_Header.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_Locate_Header.inl')
-rw-r--r--TAO/tao/GIOP_Message_Locate_Header.inl4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/GIOP_Message_Locate_Header.inl b/TAO/tao/GIOP_Message_Locate_Header.inl
index 9a97ae2d600..4d38b855e10 100644
--- a/TAO/tao/GIOP_Message_Locate_Header.inl
+++ b/TAO/tao/GIOP_Message_Locate_Header.inl
@@ -19,13 +19,13 @@ TAO_GIOP_Locate_Request_Header::request_id (CORBA::ULong id)
}
ACE_INLINE CORBA::ULong
-TAO_GIOP_Locate_Request_Header::request_id (void) const
+TAO_GIOP_Locate_Request_Header::request_id () const
{
return this->request_id_;
}
ACE_INLINE const TAO::ObjectKey &
-TAO_GIOP_Locate_Request_Header::object_key (void) const
+TAO_GIOP_Locate_Request_Header::object_key () const
{
return this->profile_.object_key ();
}