summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-02-07 14:10:36 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-02-07 14:10:36 +0000
commitbd0cef1b8765556b82285a85b24fbb47e004bb53 (patch)
tree15ec10ad04255b07b870b8abeacb14567be5b4a5
parent2f28cbbdb333a1c9a0f1724378edce48b7e8bf89 (diff)
downloadATCD-bd0cef1b8765556b82285a85b24fbb47e004bb53.tar.gz
ChangeLogTag: Sat Feb 7 14:09:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog21
-rw-r--r--TAO/orbsvcs/FTRT_Event_Service/Factory_Service/EventChannelFactory_i.cpp2
-rw-r--r--TAO/orbsvcs/FTRT_Event_Service/Factory_Service/EventChannelFactory_i.h2
3 files changed, 15 insertions, 10 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 7fd5b514bd2..3dd6201c161 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,8 @@
+Sat Feb 7 14:09:11 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * orbsvcs/orbsvcs/Runtime_Scheduler.cpp:
+ Fixed include path
+
Fri Feb 6 18:56:21 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tao/Connection_Handler.cpp (svc_i):
@@ -14,18 +19,18 @@ Fri Feb 6 18:56:21 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
another condition to check for exiting out of the loop. The new
condition basically checks the status of read () call. If the
read call fails (we have taken care of timeouts here), we exit
- out of the loop.
-
+ out of the loop.
+
* tao/Thread_Per_Connection_Handler.cpp:
Before we call remove_ref () on the transport, just make sure
to call close_connection () on the connection handler. Reactive
servers do that automatically through a call from the
- reactor.
+ reactor.
These fixes should take care of the leak problems that Chris
Reed <cr@apama.com> reported. Thanks to Chris for reporting
- this.
+ this.
Fri Feb 6 22:55:30 UTC 2004 Craig Rodrigues <crodrigu@bbn.com>
@@ -54,7 +59,7 @@ Fri Feb 6 16:16:41 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
* tests/Server_Port_Zero/server.cpp:
New test for a bug that Craig Rpdrigues reported. This test just
- tries starting up a CORBA server on TCP port 0.
+ tries starting up a CORBA server on TCP port 0.
* tests/Makefile:
@@ -66,13 +71,13 @@ Fri Feb 6 14:59:45 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
* orbsvcs/orbsvcs/IFRService/ExtAbstactInterfaceDef_i.h:
* orbsvcs/orbsvcs/IFRService/ExtLocalInterfaceDef_i.cpp:
* orbsvcs/orbsvcs/IFRService/ExtLocalInterfaceDef_i.h:
-
+
Added destroy() method to disambiguate multiple inheritance.
Fri Feb 6 10:48:07 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
- * performance-tests/Sequence_Latency/Thread_Per_Connection/Roundtrip.cpp:
- The shutdown () on the ORB is invoked with a value of 1.
+ * performance-tests/Sequence_Latency/Thread_Per_Connection/Roundtrip.cpp:
+ The shutdown () on the ORB is invoked with a value of 1.
This should fix the vague crash in one of the builds.
Fri Feb 6 09:32:16 2004 Chad Elliott <elliott_c@ociweb.com>
diff --git a/TAO/orbsvcs/FTRT_Event_Service/Factory_Service/EventChannelFactory_i.cpp b/TAO/orbsvcs/FTRT_Event_Service/Factory_Service/EventChannelFactory_i.cpp
index 35a72e48214..a46723ae7fd 100644
--- a/TAO/orbsvcs/FTRT_Event_Service/Factory_Service/EventChannelFactory_i.cpp
+++ b/TAO/orbsvcs/FTRT_Event_Service/Factory_Service/EventChannelFactory_i.cpp
@@ -5,7 +5,7 @@
#include "ace/Read_Buffer.h"
#include "ace/SOCK_Acceptor.h"
#include "ace/SOCK_Stream.h"
-#include "orbsvcs/FtRtEvent/Utils/UUID.h"
+#include "orbsvcs/orbsvcs/FtRtEvent/Utils/UUID.h"
ACE_RCSID (Factory_Service,
EventChannelFactory_i,
diff --git a/TAO/orbsvcs/FTRT_Event_Service/Factory_Service/EventChannelFactory_i.h b/TAO/orbsvcs/FTRT_Event_Service/Factory_Service/EventChannelFactory_i.h
index 656df7363bf..bd0c8a0b174 100644
--- a/TAO/orbsvcs/FTRT_Event_Service/Factory_Service/EventChannelFactory_i.h
+++ b/TAO/orbsvcs/FTRT_Event_Service/Factory_Service/EventChannelFactory_i.h
@@ -13,7 +13,7 @@
#ifndef EVENTCHANNELFACTORY_I_H
#define EVENTCHANNELFACTORY_I_H
-#include "orbsvcs/FT_CORBAS.h"
+#include "orbsvcs/orbsvcs/FT_CORBAS.h"
#include "ace/Synch.h"
#include "ace/Hash_Map_Manager_T.h"