summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Servant_Upcall.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Servant_Upcall.inl')
-rw-r--r--TAO/tao/PortableServer/Servant_Upcall.inl20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/tao/PortableServer/Servant_Upcall.inl b/TAO/tao/PortableServer/Servant_Upcall.inl
index 55a62063a64..e275e7a55a0 100644
--- a/TAO/tao/PortableServer/Servant_Upcall.inl
+++ b/TAO/tao/PortableServer/Servant_Upcall.inl
@@ -6,25 +6,25 @@ namespace TAO
namespace Portable_Server
{
ACE_INLINE ::TAO_Root_POA &
- Servant_Upcall::poa (void) const
+ Servant_Upcall::poa () const
{
return *this->poa_;
}
ACE_INLINE PortableServer::Servant
- Servant_Upcall::servant (void) const
+ Servant_Upcall::servant () const
{
return this->servant_;
}
ACE_INLINE TAO_Object_Adapter &
- Servant_Upcall::object_adapter (void) const
+ Servant_Upcall::object_adapter () const
{
return *this->object_adapter_;
}
ACE_INLINE const PortableServer::ObjectId &
- Servant_Upcall::id (void) const
+ Servant_Upcall::id () const
{
return this->system_id_;
}
@@ -37,7 +37,7 @@ namespace TAO
}
ACE_INLINE const PortableServer::ObjectId &
- Servant_Upcall::user_id (void) const
+ Servant_Upcall::user_id () const
{
return *(this->user_id_);
}
@@ -45,7 +45,7 @@ namespace TAO
#if (TAO_HAS_MINIMUM_POA == 0)
ACE_INLINE void*
- Servant_Upcall::locator_cookie (void) const
+ Servant_Upcall::locator_cookie () const
{
return this->cookie_;
}
@@ -57,7 +57,7 @@ namespace TAO
}
ACE_INLINE const char *
- Servant_Upcall::operation (void) const
+ Servant_Upcall::operation () const
{
return this->operation_;
}
@@ -77,19 +77,19 @@ namespace TAO
}
ACE_INLINE TAO_Active_Object_Map_Entry *
- Servant_Upcall::active_object_map_entry (void) const
+ Servant_Upcall::active_object_map_entry () const
{
return this->active_object_map_entry_;
}
ACE_INLINE CORBA::Short
- Servant_Upcall::priority (void) const
+ Servant_Upcall::priority () const
{
return this->current_context_.priority ();
}
ACE_INLINE Servant_Upcall::State
- Servant_Upcall::state (void) const
+ Servant_Upcall::state () const
{
return this->state_;
}