From 2f135d5392b97372f236dd0f91563f12bfbf8976 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Fri, 23 Apr 2004 06:19:12 +0000 Subject: ChangeLogTag:Thu Apr 22 23:15:20 2004 Ossama Othman --- TAO/tao/PortableServer/Object_Adapter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'TAO/tao/PortableServer/Object_Adapter.h') diff --git a/TAO/tao/PortableServer/Object_Adapter.h b/TAO/tao/PortableServer/Object_Adapter.h index 15391dacc6c..a14c04293dc 100644 --- a/TAO/tao/PortableServer/Object_Adapter.h +++ b/TAO/tao/PortableServer/Object_Adapter.h @@ -577,8 +577,8 @@ public: const CORBA::Octet *folded_buffer); /// Comparison operators. - int operator== (const poa_name_iterator &rhs) const; - int operator!= (const poa_name_iterator &rhs) const; + bool operator== (const poa_name_iterator &rhs) const; + bool operator!= (const poa_name_iterator &rhs) const; /// Dereference operator. ACE_CString operator* () const; -- cgit v1.2.1