diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-01-09 11:59:08 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-01-09 11:59:08 +0000 |
commit | 29b44ee2841a6768c54946e0a576fa6729bf5584 (patch) | |
tree | d729d9c481921dc9bf94aabb7df105577bcc281a /TAO/orbsvcs | |
parent | 3bbe102b625d6695add2e1d62e86c344e5fd5ab8 (diff) | |
download | ATCD-29b44ee2841a6768c54946e0a576fa6729bf5584.tar.gz |
ChangeLogTag: Fri Jan 9 11:58:05 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r-- | TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Message_Block_Data_Iterator.h | 3 | ||||
-rw-r--r-- | TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Message_Block_Data_Iterator.h b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Message_Block_Data_Iterator.h index 47c9d44bdc6..3f28eb5e7c6 100644 --- a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Message_Block_Data_Iterator.h +++ b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Message_Block_Data_Iterator.h @@ -14,6 +14,9 @@ #define TAO_UIPMC_MESSAGE_BLOCK_DATA_ITERATOR_H #include /**/ "ace/pre.h" +#include "ace/os_include/sys/os_uio.h" +#include "ace/os_include/os_stddef.h" + #if !defined (ACE_LACKS_PRAGMA_ONCE) # pragma once #endif /* ACE_LACKS_PRAGMA_ONCE */ diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp index 882a0a33b7a..e082b298ea0 100644 --- a/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp +++ b/TAO/orbsvcs/orbsvcs/PortableGroup/UIPMC_Transport.cpp @@ -4,6 +4,7 @@ #include "UIPMC_Transport.h" #include "UIPMC_Connection_Handler.h" +#include "UIPMC_Message_Block_Data_Iterator.h" #include "UIPMC_Acceptor.h" #include "UIPMC_Profile.h" #include "UIPMC_Wait_Never.h" |