summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Acceptor.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-18 00:06:07 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-18 00:06:07 +0000
commit51f8cbd1e6bda9fc3ee01cbcb6305fbd0d760f49 (patch)
tree10e8af6827368c6ceb5e733627c5faf5e361b748 /TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Acceptor.h
parent860ac45fe29e5b8e33304d7d7d83629de17ca427 (diff)
downloadATCD-51f8cbd1e6bda9fc3ee01cbcb6305fbd0d760f49.tar.gz
ChangeLogTag: Mon Sep 17 19:00:00 2001 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Acceptor.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Acceptor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Acceptor.h b/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Acceptor.h
index 879c79a6e88..2977477fc39 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Acceptor.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Acceptor.h
@@ -60,7 +60,8 @@ public:
protected:
- virtual int open_i (const ACE_INET_Addr &addr);
+ virtual int open_i (const ACE_INET_Addr &addr,
+ ACE_Reactor *reactor);
// Implement the common part of the open*() methods. This method is
// virtual to allow a derived class implementation to be invoked
// instead.