diff options
author | bala <balanatarajan@users.noreply.github.com> | 2001-06-21 14:50:22 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2001-06-21 14:50:22 +0000 |
commit | 8cacf74023d55d59deac2d056cee7d80cca83965 (patch) | |
tree | 6d3dfbe5ca863c9853e2b698fff54eaf07d5c074 /TAO/tao/IIOP_Connector.h | |
parent | 9f1acde9820f7f46b903f9d62595bc64a09b2dee (diff) | |
download | ATCD-8cacf74023d55d59deac2d056cee7d80cca83965.tar.gz |
ChangeLogTag: Thu Jun 21 09:47:48 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/IIOP_Connector.h')
-rw-r--r-- | TAO/tao/IIOP_Connector.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IIOP_Connector.h b/TAO/tao/IIOP_Connector.h index bdfb62885f1..b52dc056a13 100644 --- a/TAO/tao/IIOP_Connector.h +++ b/TAO/tao/IIOP_Connector.h @@ -19,12 +19,12 @@ #ifndef TAO_IIOP_CONNECTOR_H #define TAO_IIOP_CONNECTOR_H #include "ace/pre.h" +#include "ace/SOCK_Connector.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "ace/SOCK_Connector.h" #include "ace/Connector.h" #include "tao/Pluggable.h" |