summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-22 02:12:54 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-22 02:12:54 +0000
commit3cc5a948e2d22301760d10d01efc6dc29c2f49ef (patch)
tree83548085696578a27d4e15bfccfba7ec09ad551e
parent06f4675840b8878571e1f67154c2cfee093ac2ab (diff)
downloadATCD-3cc5a948e2d22301760d10d01efc6dc29c2f49ef.tar.gz
ChangeLogTag: Thu Jun 21 21:06:17 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a42
-rw-r--r--TAO/tests/RTCORBA/Client_Propagated/server.cpp1
-rw-r--r--TAO/tests/RTCORBA/Client_Protocol/server.cpp2
-rw-r--r--TAO/tests/RTCORBA/Explicit_Binding/server.cpp1
-rw-r--r--TAO/tests/RTCORBA/Private_Connection/server.cpp1
-rw-r--r--TAO/tests/RTCORBA/Server_Protocol/server.cpp1
-rw-r--r--TAO/tests/RTCORBA/Thread_Pool/server.cpp1
7 files changed, 33 insertions, 16 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 2abeaefb9d0..6944b198c54 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,7 +1,19 @@
+Thu Jun 21 21:06:17 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
+
+ * tests/RTCORBA/Client_Protocol/server.cpp:
+ * tests/RTCORBA/Client_Propagated/server.cpp:
+ * tests/RTCORBA/Explicit_Binding/server.cpp:
+ * tests/RTCORBA/Private_Connection/server.cpp:
+ * tests/RTCORBA/Server_Protocol/server.cpp:
+ * tests/RTCORBA/Thread_Pool/server.cpp:
+
+ Added RTPortableServer.h include to statically link in the
+ RTPOA for static builds.
+
Thu Jun 21 20:38:47 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
* tests/RTCORBA/Explicit_Binding/server.dsp:
-
+
Forgot to add changed DSP file from previous Explicit_Binding
checkin.
@@ -11,12 +23,12 @@ Wed Jun 21 13:00:31 2001 Angelo Corsaro <corsaro@cs.wustl.edu>
* tao/PortableServer/PAO.h:
* tao/PortableServer/PortableServerC.h:
- Set inheritance from PortableServer::POA in class TAO_POA to be virtual.
+ Set inheritance from PortableServer::POA in class TAO_POA to be virtual.
Added new method (_tao_poa_downcast) to safely downcast instances of
PortableServer::POA to TAO_POA. This method has to be used instead
- of ACE_dynamic_cast for downcasting the POA.
-
+ of ACE_dynamic_cast for downcasting the POA.
+
Thu Jun 21 12:57:34 2001 Paul Calabrese <calabrese_p@ociweb.com>
* docs/ec_options.html:
@@ -38,10 +50,10 @@ Thu Jun 21 09:47:59 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
* tests/RTCORBA/Explicit_Binding/server.cpp:
* tests/RTCORBA/Explicit_Binding/Makefile:
* tests/RTCORBA/Explicit_Binding/svc.conf:
-
+
Added RTCORBA libraries to server program for MSVC. Technically,
the server doesn't need them, but it makes the usage consistent
- with want is begin done on other operating systems and it's
+ with want is begin done on other operating systems and it's
less confusing. Also, client needed proper svc.conf entry
for RTCORBA to work right.
@@ -51,10 +63,10 @@ Thu Jun 21 09:47:48 2001 Balachandran Natarajan <bala@cs.wustl.edu>
Thu Jun 21 07:49:15 2001 Chad Elliott <elliott_c@ociweb.com>
- * examples/OBV/Simple_util.h:
- * examples/Persistent_Grid/Simple_util.h:
- * examples/Simple/Simple_util.h:
-
+ * examples/OBV/Simple_util.h:
+ * examples/Persistent_Grid/Simple_util.h:
+ * examples/Simple/Simple_util.h:
+
Added ()'s around file name in the pragma implemenation directive.
* performance-tests/Cubit/TAO/MT_Cubit/Task_Client.h:
@@ -75,13 +87,13 @@ Thu Jun 21 07:49:15 2001 Chad Elliott <elliott_c@ociweb.com>
Thu Jun 21 06:52:02 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* performance-tests/RTCorba/Multiple_Endpoints/Common/Makefile:
- Updated dependencies.
+ Updated dependencies.
Wed Jun 20 19:20:15 2001 Irfan Pyarali <irfan@cs.wustl.edu>
- * tests/RTCORBA/Banded_Connections/run_test.pl:
- * tests/RTCORBA/Banded_Connections/bands.unix:
-
+ * tests/RTCORBA/Banded_Connections/run_test.pl:
+ * tests/RTCORBA/Banded_Connections/bands.unix:
+
There was a change in priority ranges between Solaris 5.7 and
5.8. For the SCHED_OTHER policy, the ranges are:
@@ -99,7 +111,7 @@ Wed Jun 20 18:45:40 2001 Angelo Corsaro <corsaro@cs.wustl.edu>
* performance-tests/RTCorba/Multiple_Endpoints/Common/Single_Endpoint/Makefile:
Updated Makefiles to fix the static builds.
-
+
Wed Jun 20 17:37:28 2001 Jeff Parsons <parsons@cs.wustl.edu>
* tao/DynamicAny/DynAnyFactory.cpp:
diff --git a/TAO/tests/RTCORBA/Client_Propagated/server.cpp b/TAO/tests/RTCORBA/Client_Propagated/server.cpp
index 3c068634b5a..39018db44ae 100644
--- a/TAO/tests/RTCORBA/Client_Propagated/server.cpp
+++ b/TAO/tests/RTCORBA/Client_Propagated/server.cpp
@@ -4,6 +4,7 @@
#include "ace/Get_Opt.h"
#include "tao/RTCORBA/RTCORBA.h"
+#include "tao/RTPortableServer/RTPortableServer.h"
class Test_i : public POA_Test
{
diff --git a/TAO/tests/RTCORBA/Client_Protocol/server.cpp b/TAO/tests/RTCORBA/Client_Protocol/server.cpp
index 7fa01be51a1..c147e991bdb 100644
--- a/TAO/tests/RTCORBA/Client_Protocol/server.cpp
+++ b/TAO/tests/RTCORBA/Client_Protocol/server.cpp
@@ -4,7 +4,7 @@
#include "ace/Get_Opt.h"
#include "tao/RTCORBA/RTCORBA.h"
#include "tao/RTCORBA/RT_Policy_i.h"
-
+#include "tao/RTPortableServer/RTPortableServer.h"
#include "tao/Strategies/advanced_resource.h"
class Test_i : public POA_Test
diff --git a/TAO/tests/RTCORBA/Explicit_Binding/server.cpp b/TAO/tests/RTCORBA/Explicit_Binding/server.cpp
index 184f7c5de83..a65ad7ebd74 100644
--- a/TAO/tests/RTCORBA/Explicit_Binding/server.cpp
+++ b/TAO/tests/RTCORBA/Explicit_Binding/server.cpp
@@ -5,6 +5,7 @@
#include "tao/Strategies/advanced_resource.h"
#include "tao/RTCORBA/RTCORBA.h"
+#include "tao/RTPortableServer/RTPortableServer.h"
class Test_i : public POA_Test
{
diff --git a/TAO/tests/RTCORBA/Private_Connection/server.cpp b/TAO/tests/RTCORBA/Private_Connection/server.cpp
index 4fe5209dd70..729bfcf46c4 100644
--- a/TAO/tests/RTCORBA/Private_Connection/server.cpp
+++ b/TAO/tests/RTCORBA/Private_Connection/server.cpp
@@ -2,6 +2,7 @@
#include "testS.h"
#include "tao/RTCORBA/RTCORBA.h"
+#include "tao/RTPortableServer/RTPortableServer.h"
#include "ace/Get_Opt.h"
class Test_i : public POA_Test
diff --git a/TAO/tests/RTCORBA/Server_Protocol/server.cpp b/TAO/tests/RTCORBA/Server_Protocol/server.cpp
index a84d7149055..191335f0046 100644
--- a/TAO/tests/RTCORBA/Server_Protocol/server.cpp
+++ b/TAO/tests/RTCORBA/Server_Protocol/server.cpp
@@ -3,6 +3,7 @@
#include "testS.h"
#include "ace/Get_Opt.h"
#include "tao/RTCORBA/RT_Policy_i.h"
+#include "tao/RTPortableServer/RTPortableServer.h"
#include "tao/Strategies/advanced_resource.h"
diff --git a/TAO/tests/RTCORBA/Thread_Pool/server.cpp b/TAO/tests/RTCORBA/Thread_Pool/server.cpp
index 0505e57d2de..45daea7d972 100644
--- a/TAO/tests/RTCORBA/Thread_Pool/server.cpp
+++ b/TAO/tests/RTCORBA/Thread_Pool/server.cpp
@@ -3,6 +3,7 @@
#include "test_i.h"
#include "ace/Get_Opt.h"
#include "tao/RTCORBA/RTCORBA.h"
+#include "tao/RTPortableServer/RTPortableServer.h"
ACE_RCSID(Thread_Pools, server, "$Id$")