summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2005-03-01 19:15:09 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2005-03-01 19:15:09 +0000
commite70171778c3f478a855202e6a2165c71b74d352b (patch)
tree06abd741312443e21c48277676d6e0dd1665d5bf
parentb22a7ff28ff9a51c0a086f24d578b240dd42d877 (diff)
downloadATCD-e70171778c3f478a855202e6a2165c71b74d352b.tar.gz
ChangeLogTag:Tue Mar 1 12:39:11 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
-rw-r--r--ChangeLog6
-rw-r--r--THANKS1
-rw-r--r--apps/JAWS3/jaws3/Protocol_Handler.h3
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 489c1f2e66d..7535e248648 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue Mar 1 12:39:11 2005 Douglas C. Schmidt <schmidt@cs.wustl.edu>
+
+ * apps/JAWS3/jaws3/Protocol_Handler.h: Added
+ JAWS_Export to class JAWS_Protocol_Handler. Thanks to Shaun
+ Cooley <scooley4241@hotmail.com> for reporting this.
+
Tue Mar 1 10:33:15 2005 Boris Kolpackov <boris@kolpackov.net>
* protocols/ace/RMCast/Acknowledge.h: Made Acknowledge::Descr
diff --git a/THANKS b/THANKS
index 90f2c8dac07..aefc84213e6 100644
--- a/THANKS
+++ b/THANKS
@@ -1955,6 +1955,7 @@ Don Sharp <dws at prismtech dot com>
Arto Jalkanen <ajalkane at gmail dot com>
Scott Zionic <sz at finsatconsulting dot com>
Diana Ukleja <Diana_Ukleja at raytheon dot com>
+Shaun Cooley <scooley4241 at hotmail dot com>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson in the early 1990's. Paul devised the recursive Makefile
diff --git a/apps/JAWS3/jaws3/Protocol_Handler.h b/apps/JAWS3/jaws3/Protocol_Handler.h
index 5452d4e0247..68439365c92 100644
--- a/apps/JAWS3/jaws3/Protocol_Handler.h
+++ b/apps/JAWS3/jaws3/Protocol_Handler.h
@@ -28,8 +28,7 @@ protected:
};
-
-class JAWS_Protocol_Handler
+class JAWS_Export JAWS_Protocol_Handler
: public JAWS_Event_Completer
// = TITLE
// Abstraction that interacts with concurrency dispatching.