summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2003-05-09 09:01:26 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2003-05-09 09:01:26 +0000
commit24716ee84995cf338148d55fea72a2f5a547df5d (patch)
tree2dcdf9b4abb03bd071803132e791d120f07713d6
parentbde7d425b960f8e5eec3e201aa97413cc61aa32b (diff)
downloadATCD-24716ee84995cf338148d55fea72a2f5a547df5d.tar.gz
ChangeLogTag: Fri May 09 08:59:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog13
-rw-r--r--TAO/examples/AMH/Sink_Server/st_server.bor18
2 files changed, 19 insertions, 12 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 18b4e4e9a7c..bc8256822fa 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,4 +1,9 @@
-Fri May 9 000:27:21 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
+Fri May 9 09:00:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * examples/AMH/Sink_Server/st_server.bor:
+ Fixed this BCB makefile
+
+Fri May 9 00:27:21 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
* TAO_IDL/be/be_visitor_argument/request_info_sh.cpp:
* TAO_IDL/be/be_visitor_operation/interceptors_ss.cpp:
@@ -41,11 +46,11 @@ Wed May 07 22:32:49 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/Connection_Handler.cpp (svc_i): Incremented the refcount of
the connection handler before calling the handle_input_i () on
- the transport. The pattern should be the same as that in
+ the transport. The pattern should be the same as that in
TAO_Connection_Handler::handle_input_eh (), where the transport
is updated and the refcount on the handler is incremented. This
- change should fix problems with servers crashing if remote peers
- dissappears under thread-per-connection strategy.
+ change should fix problems with servers crashing if remote peers
+ dissappears under thread-per-connection strategy.
Thanks to <imburton@micron.com> for reporting this problem.
diff --git a/TAO/examples/AMH/Sink_Server/st_server.bor b/TAO/examples/AMH/Sink_Server/st_server.bor
index 1067cdb5c0e..f52d3ed4ffc 100644
--- a/TAO/examples/AMH/Sink_Server/st_server.bor
+++ b/TAO/examples/AMH/Sink_Server/st_server.bor
@@ -7,24 +7,26 @@ NAME = st_server
TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -GH -Ge 1
OBJFILES = \
- $(OBJDIR)\testC.obj \
- $(OBJDIR)\testS.obj \
+ $(OBJDIR)\testC.obj \
+ $(OBJDIR)\testS.obj \
$(OBJDIR)\st_server.obj \
$(OBJDIR)\Base_Server.obj \
$(OBJDIR)\AMH_Servant.obj \
$(OBJDIR)\Timer_Handler.obj
CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
$(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_VALUETYPE_CFLAGS)
+ $(TAO_VALUETYPE_CFLAGS) \
+ $(TAO_STRATEGIES_CFLAGS)
LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
$(TAO_PORTABLESERVER_LIB) \
- $(TAO_VALUETYPE_LIB)
+ $(TAO_VALUETYPE_LIB) \
+ $(TAO_STRATEGIES_LIB)
IDLFILES = \
$(IDLDIR)\test.idl