summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-12 20:13:35 +0000
committeroci <oci@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-12 20:13:35 +0000
commit2f19666a6494621b50aaadc649df831fe5e6658f (patch)
tree87800ac6ee1d4ff15a050cf407d802cbffa668b8
parent027f79fdc5f21a026044d3e4d8c6c6f35cedc1bc (diff)
downloadATCD-2f19666a6494621b50aaadc649df831fe5e6658f.tar.gz
Thu Jul 12 15:10:46 2001 Paul Calabrese <calabrese_p@ociweb.com>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a13
-rw-r--r--TAO/examples/PluggableUDP/tests/Basic/svc.conf2
-rw-r--r--TAO/examples/PluggableUDP/tests/Performance/svc.conf2
-rw-r--r--TAO/tests/RTCORBA/Server_Protocol/server_iiop.conf4
-rw-r--r--TAO/tests/RTCORBA/Server_Protocol/server_reverse.conf4
-rw-r--r--TAO/tests/RTCORBA/Server_Protocol/server_reverse_nt.conf4
-rw-r--r--TAO/tests/RTCORBA/Server_Protocol/server_shmiop.conf4
7 files changed, 23 insertions, 10 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index e4c46d65bf1..2dc6175b7d6 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,16 @@
+Thu Jul 12 15:10:46 2001 Paul Calabrese <calabrese_p@ociweb.com>
+
+ * examples/PluggableUDP/tests/Basic/svc.conf:
+ * examples/PluggableUDP/tests/Performance/svc.conf:
+ * tests/RTCORBA/Server_Protocol/server_iiop.conf:
+ * tests/RTCORBA/Server_Protocol/server_reverse.conf:
+ * tests/RTCORBA/Server_Protocol/server_reverse_nt.conf:
+ * tests/RTCORBA/Server_Protocol/server_shmiop.conf:
+
+ Switch these configuration files to use the
+ Advanced_Resource_Factory. This way their options
+ actually do something.
+
Thu Jul 12 13:07:20 2001 Jeff Parsons <parsons@cs.wustl.edu>
* tests/IDL_Test/interface.idl:
diff --git a/TAO/examples/PluggableUDP/tests/Basic/svc.conf b/TAO/examples/PluggableUDP/tests/Basic/svc.conf
index 78f2f9da6d8..47b7280df2a 100644
--- a/TAO/examples/PluggableUDP/tests/Basic/svc.conf
+++ b/TAO/examples/PluggableUDP/tests/Basic/svc.conf
@@ -1,2 +1,2 @@
-static Resource_Factory "-ORBProtocolFactory DIOP_Factory -ORBReactor tp"
+static Advanced_Resource_Factory "-ORBProtocolFactory DIOP_Factory -ORBReactorType tp"
diff --git a/TAO/examples/PluggableUDP/tests/Performance/svc.conf b/TAO/examples/PluggableUDP/tests/Performance/svc.conf
index 78f2f9da6d8..47b7280df2a 100644
--- a/TAO/examples/PluggableUDP/tests/Performance/svc.conf
+++ b/TAO/examples/PluggableUDP/tests/Performance/svc.conf
@@ -1,2 +1,2 @@
-static Resource_Factory "-ORBProtocolFactory DIOP_Factory -ORBReactor tp"
+static Advanced_Resource_Factory "-ORBProtocolFactory DIOP_Factory -ORBReactorType tp"
diff --git a/TAO/tests/RTCORBA/Server_Protocol/server_iiop.conf b/TAO/tests/RTCORBA/Server_Protocol/server_iiop.conf
index dd87e7877c8..cb3861ac9e8 100644
--- a/TAO/tests/RTCORBA/Server_Protocol/server_iiop.conf
+++ b/TAO/tests/RTCORBA/Server_Protocol/server_iiop.conf
@@ -1,3 +1,3 @@
#
-static Resource_Factory "-ORBProtocolFactory IIOP_Factory"
-static RT_ORB_Loader "" \ No newline at end of file
+static Advanced_Resource_Factory "-ORBProtocolFactory IIOP_Factory"
+static RT_ORB_Loader ""
diff --git a/TAO/tests/RTCORBA/Server_Protocol/server_reverse.conf b/TAO/tests/RTCORBA/Server_Protocol/server_reverse.conf
index 5afb6bf4c4f..9577811627a 100644
--- a/TAO/tests/RTCORBA/Server_Protocol/server_reverse.conf
+++ b/TAO/tests/RTCORBA/Server_Protocol/server_reverse.conf
@@ -2,5 +2,5 @@
# $Id$
#
static SHMIOP_Factory "-MMAPFilePrefix server_shmiop"
-static Resource_Factory "-ORBProtocolFactory SHMIOP_Factory -ORBProtocolFactory UIOP_Factory -ORBProtocolFactory IIOP_Factory "
-static RT_ORB_Loader "" \ No newline at end of file
+static Advanced_Resource_Factory "-ORBProtocolFactory SHMIOP_Factory -ORBProtocolFactory UIOP_Factory -ORBProtocolFactory IIOP_Factory "
+static RT_ORB_Loader ""
diff --git a/TAO/tests/RTCORBA/Server_Protocol/server_reverse_nt.conf b/TAO/tests/RTCORBA/Server_Protocol/server_reverse_nt.conf
index 078827e82a0..bf0c338efc5 100644
--- a/TAO/tests/RTCORBA/Server_Protocol/server_reverse_nt.conf
+++ b/TAO/tests/RTCORBA/Server_Protocol/server_reverse_nt.conf
@@ -2,6 +2,6 @@
# $Id$
#
static SHMIOP_Factory "-MMAPFilePrefix server_shmiop"
-static Resource_Factory "-ORBProtocolFactory SHMIOP_Factory -ORBProtocolFactory IIOP_Factory"
+static Advanced_Resource_Factory "-ORBProtocolFactory SHMIOP_Factory -ORBProtocolFactory IIOP_Factory"
-static RT_ORB_Loader "" \ No newline at end of file
+static RT_ORB_Loader ""
diff --git a/TAO/tests/RTCORBA/Server_Protocol/server_shmiop.conf b/TAO/tests/RTCORBA/Server_Protocol/server_shmiop.conf
index 6972f1c6d5a..d337a12262c 100644
--- a/TAO/tests/RTCORBA/Server_Protocol/server_shmiop.conf
+++ b/TAO/tests/RTCORBA/Server_Protocol/server_shmiop.conf
@@ -2,5 +2,5 @@
# $Id$
#
static SHMIOP_Factory "-MMAPFilePrefix server_shmiop"
-static Resource_Factory "-ORBProtocolFactory SHMIOP_Factory "
-static RT_ORB_Loader "" \ No newline at end of file
+static Advanced_Resource_Factory "-ORBProtocolFactory SHMIOP_Factory "
+static RT_ORB_Loader ""