diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-02-14 20:18:59 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-02-14 20:18:59 +0000 |
commit | 20912a8f99c3b9c7afa727d483c0af480f55a43b (patch) | |
tree | cd0ba97a2cd7236ada8f89f675579a7420fba8ff /protocols | |
parent | 63f11caac209fac75166ef805b02204b85f59d49 (diff) | |
download | ATCD-20912a8f99c3b9c7afa727d483c0af480f55a43b.tar.gz |
ChangeLogTag:Mon Feb 14 12:17:06 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/ace/RMCast/Link.cpp | 4 | ||||
-rw-r--r-- | protocols/ace/RMCast/Protocol.h | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/protocols/ace/RMCast/Link.cpp b/protocols/ace/RMCast/Link.cpp index 1879b463e48..a26f474f573 100644 --- a/protocols/ace/RMCast/Link.cpp +++ b/protocols/ace/RMCast/Link.cpp @@ -2,7 +2,9 @@ // author : Boris Kolpackov <boris@kolpackov.net> // cvs-id : $Id$ -#include <ace/RMCast/Link.h> +#include "Link.h" + +#include "ace/OS_NS_sys_socket.h" namespace ACE_RMCast { diff --git a/protocols/ace/RMCast/Protocol.h b/protocols/ace/RMCast/Protocol.h index 6f74b3d16cf..989cd618699 100644 --- a/protocols/ace/RMCast/Protocol.h +++ b/protocols/ace/RMCast/Protocol.h @@ -7,18 +7,19 @@ #ifndef ACE_RMCAST_PROTOCOL_H #define ACE_RMCAST_PROTOCOL_H +#include "ace/RMCast/Bits.h" + #include "ace/Refcounted_Auto_Ptr.h" #include "ace/Vector_T.h" #include "ace/Hash_Map_Manager.h" -//#include "ace/OS.h" #include "ace/CDR_Stream.h" #include "ace/INET_Addr.h" #include "ace/Null_Mutex.h" +#include "ace/OS_NS_string.h" -#include "ace/RMCast/Bits.h" namespace ACE_RMCast { |