diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-30 21:15:49 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-09-30 21:15:49 +0000 |
commit | 272672771139660741244783056ae844bddce04c (patch) | |
tree | a3114d39446b458559c13ff3e6bfc4f7a8ff6db9 | |
parent | 9fc314810f14520000801312ab8c01cbb06c5d26 (diff) | |
download | ATCD-272672771139660741244783056ae844bddce04c.tar.gz |
ChangeLogTag: Thu Sep 30 17:08:43 2004 Irfan Pyarali <irfan@oomworks.com>
-rw-r--r-- | TAO/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 8a8e67f2080..4b6d4ed9867 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Thu Sep 30 17:08:43 2004 Irfan Pyarali <irfan@oomworks.com> + + * orbsvcs\orbsvcs\SSLIOP\IIOP_SSL_Connector.cpp: + + Transport.h needs to be included. + Thu Sep 30 16:53:48 2004 Irfan Pyarali <irfan@oomworks.com> * tao\Protocols_Hooks.h: diff --git a/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp b/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp index e4236c18029..e3460912c20 100644 --- a/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp +++ b/TAO/orbsvcs/orbsvcs/SSLIOP/IIOP_SSL_Connector.cpp @@ -9,6 +9,7 @@ #include "tao/Connect_Strategy.h" #include "tao/Wait_Strategy.h" #include "tao/Profile_Transport_Resolver.h" +#include "tao/Transport.h" #include "ace/Strategies_T.h" |