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
commitc88b9caad949f33f6fcf55ff0e914e28be4a5602 (patch)
tree8cc3ffbe97620603c22aa39017e072d8eec28143 /TAO/orbsvcs/orbsvcs/FtRtEvent
parentbb5c4c55088bfb00c4cc052bccadda268d4135aa (diff)
downloadATCD-c88b9caad949f33f6fcf55ff0e914e28be4a5602.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 */
-