summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-07-06 03:37:17 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-07-06 03:37:17 +0000
commitbed62ba6803ac04a84f7de39d17d5847c6bb6b21 (patch)
tree0e9b587dfbb0c8e52124aeb27fe9b5576743cd51
parentd43d3e5f8f54b5bc7c2f3f19d708a9878292f7d4 (diff)
downloadATCD-bed62ba6803ac04a84f7de39d17d5847c6bb6b21.tar.gz
ChangeLogTag:Thu Jul 5 22:35:07 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.cpp3
-rw-r--r--TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.h3
2 files changed, 5 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.cpp b/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.cpp
index 42b15bacac3..067a02d84b7 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.cpp
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.cpp
@@ -1,6 +1,7 @@
// $Id$
#include "IIOP_SSL_Transport.h"
+#include "IIOP_SSL_Connection_Handler.h"
#include "tao/Timeprobe.h"
#include "tao/ORB_Core.h"
#include "tao/ORB.h"
@@ -25,7 +26,7 @@ TAO_IIOP_SSL_Transport::~TAO_IIOP_SSL_Transport (void)
int
TAO_IIOP_SSL_Transport::handle_input_i (TAO_Resume_Handle &rh,
- ACE_Time_Value *max_wait_time
+ ACE_Time_Value *max_wait_time,
int block)
{
int result = 0;
diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.h b/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.h
index e6d63658321..f3a9432d053 100644
--- a/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.h
+++ b/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Transport.h
@@ -24,6 +24,9 @@
#include "tao/IIOP_Transport.h"
+class TAO_ORB_Core;
+class TAO_IIOP_SSL_Connection_Handler;
+class TAO_Resume_Handle;
/**
* @class TAO_IIOP_SSL_Transport