summaryrefslogtreecommitdiff
path: root/TAO/tao/IIOP_Acceptor.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-06-01 12:44:28 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-06-01 12:44:28 +0000
commitd55457d4a68823d30e90994db4c74db4d4fbd5dc (patch)
treea5e164f048f343cdad7b49a13a91169649029aff /TAO/tao/IIOP_Acceptor.h
parent4aca4a755259c9c28006d2dea0d73d8b23410b43 (diff)
downloadATCD-d55457d4a68823d30e90994db4c74db4d4fbd5dc.tar.gz
ChangeLogTag: Thu Jun 1 12:15:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IIOP_Acceptor.h')
-rw-r--r--TAO/tao/IIOP_Acceptor.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/IIOP_Acceptor.h b/TAO/tao/IIOP_Acceptor.h
index 206c48be096..72f4e3ebc1b 100644
--- a/TAO/tao/IIOP_Acceptor.h
+++ b/TAO/tao/IIOP_Acceptor.h
@@ -56,7 +56,7 @@ public:
//@@ TAO_ACCEPTOR_SPL_CONCRETE_METHODS_COPY_HOOK_START
/// Constructor.
- TAO_IIOP_Acceptor (CORBA::Boolean flag = 0);
+ TAO_IIOP_Acceptor (CORBA::Boolean flag = false);
/// Destructor.
~TAO_IIOP_Acceptor (void);
@@ -125,9 +125,9 @@ public:
* hostname or the IP if no reverse mapping exists.
*/
virtual int hostname (TAO_ORB_Core *orb_core,
- ACE_INET_Addr &addr,
- char *&host,
- const char *specified_hostname = 0);
+ ACE_INET_Addr &addr,
+ char *&host,
+ const char *specified_hostname = 0);
protected: