diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-02-15 04:21:53 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2005-02-15 04:21:53 +0000 |
commit | 12666b0c7b220ebe67c660b1754062674a2f3195 (patch) | |
tree | 5b7a698e5780e349ab0f436d344e1d6e865f180f /protocols | |
parent | 82a82cba1a6d0cb1d398025509eb36f6acb379fb (diff) | |
download | ATCD-12666b0c7b220ebe67c660b1754062674a2f3195.tar.gz |
ChangeLogTag:Mon Feb 14 20:19:35 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/ace/RMCast/Socket.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/ace/RMCast/Socket.h b/protocols/ace/RMCast/Socket.h index 4d096456fa5..45c1983ec3e 100644 --- a/protocols/ace/RMCast/Socket.h +++ b/protocols/ace/RMCast/Socket.h @@ -20,10 +20,12 @@ #include "Retransmit.h" #include "Acknowledge.h" +#include "RMCast_Export.h" + namespace ACE_RMCast { - class Socket : protected Element + class ACE_RMCast_Export Socket : protected Element { public: ~Socket (); |