diff options
author | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-22 19:00:34 +0000 |
---|---|---|
committer | mk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-04-22 19:00:34 +0000 |
commit | 4e682e80d1e80b8b2608949d579478a79d2e35a7 (patch) | |
tree | 3c8b1e96789c66d6d6a273810403b9a5fd817caa /TAO/examples/PluggableUDP | |
parent | b0baab9d08e5acc60acb711bfe8338a2a03aa40d (diff) | |
download | ATCD-4e682e80d1e80b8b2608949d579478a79d2e35a7.tar.gz |
ChangeLogTag: Sat Apr 22 14:00:00 2001 Michael Kircher <Michael.Kircher@mchp.siemens.de>
Diffstat (limited to 'TAO/examples/PluggableUDP')
-rw-r--r-- | TAO/examples/PluggableUDP/DIOP/DIOP_Connector.cpp | 7 | ||||
-rw-r--r-- | TAO/examples/PluggableUDP/DIOP/DIOP_Connector.h | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/examples/PluggableUDP/DIOP/DIOP_Connector.cpp b/TAO/examples/PluggableUDP/DIOP/DIOP_Connector.cpp index 1efdefbdb1c..0b74c29d6a6 100644 --- a/TAO/examples/PluggableUDP/DIOP/DIOP_Connector.cpp +++ b/TAO/examples/PluggableUDP/DIOP/DIOP_Connector.cpp @@ -1,17 +1,16 @@ // This may look like C, but it's really -*- C++ -*- // $Id$ +#include "ace/Connector.h" - -#include "DIOP_Connector.h" -#include "DIOP_Profile.h" #include "tao/debug.h" #include "tao/ORB_Core.h" #include "tao/Environment.h" #include "tao/Base_Transport_Property.h" #include "tao/Protocols_Hooks.h" -#include "ace/Connector.h" +#include "DIOP_Connector.h" +#include "DIOP_Profile.h" ACE_RCSID (DIOP, diff --git a/TAO/examples/PluggableUDP/DIOP/DIOP_Connector.h b/TAO/examples/PluggableUDP/DIOP/DIOP_Connector.h index 76c8d9ffc71..0c1343ed9be 100644 --- a/TAO/examples/PluggableUDP/DIOP/DIOP_Connector.h +++ b/TAO/examples/PluggableUDP/DIOP/DIOP_Connector.h @@ -24,6 +24,7 @@ #endif /* ACE_LACKS_PRAGMA_ONCE */ #include "tao/Pluggable.h" + #include "DIOP_Connection_Handler.h" #include "diop_export.h" |