summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Object_Adapter.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-04-23 06:19:12 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-04-23 06:19:12 +0000
commit2f135d5392b97372f236dd0f91563f12bfbf8976 (patch)
treece77feb2f063a118db101d355260890eb6f92ad4 /TAO/tao/PortableServer/Object_Adapter.h
parentff74bf67982d8d6f172e87c20541e38538f51d4d (diff)
downloadATCD-2f135d5392b97372f236dd0f91563f12bfbf8976.tar.gz
ChangeLogTag:Thu Apr 22 23:15:20 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/PortableServer/Object_Adapter.h')
-rw-r--r--TAO/tao/PortableServer/Object_Adapter.h4
1 files changed, 2 insertions, 2 deletions
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;