summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/FtRtEvent
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-05-04 07:15:33 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-05-04 07:15:33 +0000
commit429053f6a8b2dae0570410c72a6b5eb6b17255c3 (patch)
tree8cc3ffbe97620603c22aa39017e072d8eec28143 /TAO/orbsvcs/orbsvcs/FtRtEvent
parente55afff0436eee23b7aa0baa5fbbf72de0534f49 (diff)
downloadATCD-429053f6a8b2dae0570410c72a6b5eb6b17255c3.tar.gz
ChangeLogTag:Tue May 4 00:12:26 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/FtRtEvent')
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_T.cpp3
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/SCTP_Fault_Detector.cpp4
2 files changed, 4 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_T.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_T.cpp
index 7140d3bfd22..8a8e93a0634 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/Fault_Detector_T.cpp
@@ -1,6 +1,7 @@
-/// $Id$
+// $Id$
+#include "ace/INET_Addr.h"
#include "ace/os_include/os_netdb.h"
template <class ACCEPTOR, class CONNECTOR, class DETECTION_HANDLER>
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/SCTP_Fault_Detector.cpp b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/SCTP_Fault_Detector.cpp
index ea26baa0cdd..113b448cbd4 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/SCTP_Fault_Detector.cpp
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/SCTP_Fault_Detector.cpp
@@ -1,9 +1,10 @@
// $Id$
+#include "SCTP_Fault_Detector.h"
+
#if (TAO_HAS_SCIOP == 1)
#include "FTEC_Fault_Listener.h"
-#include "SCTP_Fault_Detector.h"
#include "ace/OS_NS_strings.h"
@@ -90,4 +91,3 @@ int SCTP_Fault_Detector::parse_conf(int argc, char** argv)
}
#endif /* ACE_HAS_SCTP == 1 */
-