summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2006-09-12 14:15:15 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2006-09-12 14:15:15 +0000
commitbe5eb29dc8047baf1ade24995784bb20b5f4d9af (patch)
treee822d902fe18dbeb9f2175c872ec51911ffb2e0f
parentf35d4655d2025aa75c44af40767d0439a7eb9219 (diff)
downloadATCD-be5eb29dc8047baf1ade24995784bb20b5f4d9af.tar.gz
ChangeLogTag:Tue
-rw-r--r--ACE/ChangeLog13
-rw-r--r--ACE/THANKS1
-rw-r--r--ACE/apps/JAWS3/small/SS_Service_Handler.h1
-rw-r--r--ACE/apps/JAWS3/small/SS_State_DONE.h1
-rw-r--r--ACE/apps/JAWS3/small/SS_State_READ.h2
-rw-r--r--ACE/apps/JAWS3/small/svc.conf2
6 files changed, 18 insertions, 2 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog
index ae64191c9ba..59cfe606b6d 100644
--- a/ACE/ChangeLog
+++ b/ACE/ChangeLog
@@ -1,3 +1,16 @@
+Tue Sep 12 13:56:22 UTC 2006 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
+
+ * apps/JAWS3/small/SS_Service_Handler.h: Added #include
+ "ace/svc_export.h". Thanks to Andy Wang <ypwangandy at gmail
+ dot com> for reporting this.
+
+Tue Sep 12 13:56:09 UTC 2006 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
+
+ * apps/JAWS3/small/SS_State_DONE.h:
+ * apps/JAWS3/small/SS_State_READ.h: Added #include
+ "ace/Synch_Traits.h". Thanks to Andy Wang <ypwangandy at gmail
+ dot com> for reporting this.
+
Thu Sep 7 19:43:02 UTC 2006 Douglas C. Schmidt <schmidt@dre.vanderbilt.edu>
* ace/FILE_Connector.h (ACE_FILE_Connector): Updated the
diff --git a/ACE/THANKS b/ACE/THANKS
index 766e74f3b0b..a3c049793db 100644
--- a/ACE/THANKS
+++ b/ACE/THANKS
@@ -2147,6 +2147,7 @@ Birgit Platt <bhe at newbase dot de>
Andy Salnikov <a_salnikov at yahoo dot com>
Hieu Ngyuen <hieu dot t dot nguyen at vanderbilt dot edu>
Andriy Gapon <avg at icyb dot net dot ua>
+Andy Wang <ypwangandy at gmail 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/ACE/apps/JAWS3/small/SS_Service_Handler.h b/ACE/apps/JAWS3/small/SS_Service_Handler.h
index 63a48324a1c..5d271ab9407 100644
--- a/ACE/apps/JAWS3/small/SS_Service_Handler.h
+++ b/ACE/apps/JAWS3/small/SS_Service_Handler.h
@@ -9,6 +9,7 @@
#include "ace/Acceptor.h"
#include "ace/Svc_Handler.h"
#include "ace/SOCK_Acceptor.h"
+#include "ace/svc_export.h"
#include "jaws3/Protocol_Handler.h"
diff --git a/ACE/apps/JAWS3/small/SS_State_DONE.h b/ACE/apps/JAWS3/small/SS_State_DONE.h
index a0edeb44add..fb995006d3f 100644
--- a/ACE/apps/JAWS3/small/SS_State_DONE.h
+++ b/ACE/apps/JAWS3/small/SS_State_DONE.h
@@ -6,6 +6,7 @@
#include "ace/OS.h"
#include "ace/Singleton.h"
+#include "ace/Synch_Traits.h"
#include "jaws3/Protocol_Handler.h"
diff --git a/ACE/apps/JAWS3/small/SS_State_READ.h b/ACE/apps/JAWS3/small/SS_State_READ.h
index 9743d5ba2a4..f01ca55dc57 100644
--- a/ACE/apps/JAWS3/small/SS_State_READ.h
+++ b/ACE/apps/JAWS3/small/SS_State_READ.h
@@ -6,7 +6,7 @@
#include "ace/OS.h"
#include "ace/Singleton.h"
-
+#include "ace/Synch_Traits.h"
#include "jaws3/Protocol_Handler.h"
class TeraSS_State_READ : public JAWS_Protocol_State
diff --git a/ACE/apps/JAWS3/small/svc.conf b/ACE/apps/JAWS3/small/svc.conf
index a01a22d7691..35fc947e74f 100644
--- a/ACE/apps/JAWS3/small/svc.conf
+++ b/ACE/apps/JAWS3/small/svc.conf
@@ -1,3 +1,3 @@
dynamic TeraSS_Acceptor Service_Object *
- ./TeraSS:_make_TeraSS_Acceptor()
+ TeraSS:_make_TeraSS_Acceptor()
"ss_acceptor -p 5432"