summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a8
-rw-r--r--TAO/examples/PluggableUDP/tests/SimplePerformance/svc.conf2
2 files changed, 9 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index aff0f24a466..eaceb96df1c 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,11 @@
+Sat Jul 14 00:33:28 2001 Paul Calabrese <calabrese_p@ociweb.com>
+
+ * examples/PluggableUDP/tests/SimplePerformance/svc.conf:
+
+ Switch this configuration file to use the
+ Advanced_Resource_Factory. This way the options
+ actually do something.
+
Fri Jul 13 16:07:04 2001 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
* orbsvcs/ImplRepo_Service/ImplRepo_i.cpp: Make sure
diff --git a/TAO/examples/PluggableUDP/tests/SimplePerformance/svc.conf b/TAO/examples/PluggableUDP/tests/SimplePerformance/svc.conf
index 78f2f9da6d8..47b7280df2a 100644
--- a/TAO/examples/PluggableUDP/tests/SimplePerformance/svc.conf
+++ b/TAO/examples/PluggableUDP/tests/SimplePerformance/svc.conf
@@ -1,2 +1,2 @@
-static Resource_Factory "-ORBProtocolFactory DIOP_Factory -ORBReactor tp"
+static Advanced_Resource_Factory "-ORBProtocolFactory DIOP_Factory -ORBReactorType tp"