diff options
Diffstat (limited to 'TAO/tao/PortableServer/Active_Policy_Strategies.inl')
-rw-r--r-- | TAO/tao/PortableServer/Active_Policy_Strategies.inl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Active_Policy_Strategies.inl b/TAO/tao/PortableServer/Active_Policy_Strategies.inl index 61d2bb711a6..b28b53ea4a5 100644 --- a/TAO/tao/PortableServer/Active_Policy_Strategies.inl +++ b/TAO/tao/PortableServer/Active_Policy_Strategies.inl @@ -63,7 +63,7 @@ namespace TAO ACE_INLINE Active_Policy_Strategies_Cleanup_Guard - ::~Active_Policy_Strategies_Cleanup_Guard (void) + ::~Active_Policy_Strategies_Cleanup_Guard () { if (this->ptr_) { @@ -73,7 +73,7 @@ namespace TAO ACE_INLINE Active_Policy_Strategies * - Active_Policy_Strategies_Cleanup_Guard::_retn (void) + Active_Policy_Strategies_Cleanup_Guard::_retn () { Active_Policy_Strategies *temp = this->ptr_; this->ptr_ = 0; |