diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-16 06:13:26 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-06-16 06:13:26 +0000 |
commit | 54964b1cc6a94d33c1275fd8da72671e4a403299 (patch) | |
tree | e74cb8f7df3cd9232e08028824ea1ed04680386f /ace | |
parent | 47e9a5d5a0f42c16914fc78abfa61e60b4e75d96 (diff) | |
download | ATCD-54964b1cc6a94d33c1275fd8da72671e4a403299.tar.gz |
ChangeLogTag: Wed Jun 16 06:12:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ace')
-rw-r--r-- | ace/TLI.h | 9 | ||||
-rw-r--r-- | ace/TLI_Acceptor.cpp | 1 | ||||
-rw-r--r-- | ace/TLI_Connector.cpp | 1 | ||||
-rw-r--r-- | ace/TLI_Stream.cpp | 1 |
4 files changed, 8 insertions, 4 deletions
diff --git a/ace/TLI.h b/ace/TLI.h index e24241e4db0..b0f1c181f4b 100644 --- a/ace/TLI.h +++ b/ace/TLI.h @@ -15,17 +15,18 @@ #define ACE_TLI_H #include /**/ "ace/pre.h" -#include "ace/IPC_SAP.h" +#include "ace/OS_TLI.h" #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ -#include "ace/Addr.h" -#include "ace/OS_TLI.h" - #if defined (ACE_HAS_TLI) +#include "ace/IPC_SAP.h" +#include "ace/Addr.h" +#include "ace/os_include/os_fcntl.h" + // There's not a universal device name for TLI devices. If the platform // needs something other than /dev/tcp, it needs to be set up in the config.h // file as ACE_TLI_TCP_DEVICE. diff --git a/ace/TLI_Acceptor.cpp b/ace/TLI_Acceptor.cpp index cc74c45113a..0236bc7f64c 100644 --- a/ace/TLI_Acceptor.cpp +++ b/ace/TLI_Acceptor.cpp @@ -4,6 +4,7 @@ #include "ace/Log_Msg.h" #include "ace/ACE.h" #include "ace/OS_NS_string.h" +#include "ace/OS_Memory.h" ACE_RCSID(ace, TLI_Acceptor, "$Id$") diff --git a/ace/TLI_Connector.cpp b/ace/TLI_Connector.cpp index 4d5999c0702..07be064d858 100644 --- a/ace/TLI_Connector.cpp +++ b/ace/TLI_Connector.cpp @@ -14,6 +14,7 @@ ACE_RCSID(ace, TLI_Connector, "$Id$") #include "ace/Handle_Set.h" #include "ace/ACE.h" #include "ace/OS_NS_string.h" +#include "ace/Time_Value.h" ACE_ALLOC_HOOK_DEFINE(ACE_TLI_Connector) diff --git a/ace/TLI_Stream.cpp b/ace/TLI_Stream.cpp index 7c9e2888a34..0b4aefff632 100644 --- a/ace/TLI_Stream.cpp +++ b/ace/TLI_Stream.cpp @@ -5,6 +5,7 @@ #include "ace/TLI_Stream.h" #include "ace/ACE.h" +#include "ace/OS_NS_unistd.h" ACE_RCSID(ace, TLI_Stream, "$Id$") |