summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-02-15 04:21:53 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-02-15 04:21:53 +0000
commit12666b0c7b220ebe67c660b1754062674a2f3195 (patch)
tree5b7a698e5780e349ab0f436d344e1d6e865f180f
parent82a82cba1a6d0cb1d398025509eb36f6acb379fb (diff)
downloadATCD-12666b0c7b220ebe67c660b1754062674a2f3195.tar.gz
ChangeLogTag:Mon Feb 14 20:19:35 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
-rw-r--r--ChangeLog7
-rw-r--r--protocols/ace/RMCast/Socket.h4
2 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index bfaeafea936..3a605a0eee4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Feb 14 20:19:35 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
+
+ * protocols/ace/RMCast/Socket.h (Socket):
+
+ Export this class in the shared library case. Addresses
+ link-time errors in MS Windows builds.
+
Mon Feb 14 18:45:28 2005 Steve Huston <shuston@riverace.com>
* protocols/ace/RMCast/Acknowledge.{h cpp}:
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 ();