summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvenkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-15 14:57:41 +0000
committervenkita <venkita@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-15 14:57:41 +0000
commit74ac25149b192582bd6040dc92e445343ccec6e1 (patch)
tree21454222b257a5a7fd8cb90925ba6024ad31b316
parent16554801385c5eefb7fc6c4dea58915d5b431ca1 (diff)
downloadATCD-74ac25149b192582bd6040dc92e445343ccec6e1.tar.gz
ChangeLogTag: Tue Apr 15 09:47:22 2003 Venkita Subramonian <venkita@cs.wustl.edu>
-rw-r--r--ChangeLog4
-rw-r--r--Kokyu/tests/DSRT_MIF/svc.conf2
-rw-r--r--Kokyu/tests/DSRT_MIF/svc.conf.xml6
3 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5ee92f2eb4a..16bce95a86e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,9 @@ Tue Apr 15 09:47:22 2003 Venkita Subramonian <venkita@cs.wustl.edu>
* Kokyu/Kokyu.cpp:
* Kokyu/DSRT_Dispatcher_Impl.cpp:
* Kokyu/tests/DSRT_MIF/MIF.cpp:
-
+ * Kokyu/tests/DSRT_MIF/svc.conf:
+ * Kokyu/tests/DSRT_MIF/svc.conf.xml:
+
Service config related changes to Kokyu DSRT framework.
Tue Apr 15 11:24:59 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
diff --git a/Kokyu/tests/DSRT_MIF/svc.conf b/Kokyu/tests/DSRT_MIF/svc.conf
new file mode 100644
index 00000000000..f9481939e1c
--- /dev/null
+++ b/Kokyu/tests/DSRT_MIF/svc.conf
@@ -0,0 +1,2 @@
+#
+static DSRT_Dispatcher_Impl "-schedtype MIF"
diff --git a/Kokyu/tests/DSRT_MIF/svc.conf.xml b/Kokyu/tests/DSRT_MIF/svc.conf.xml
new file mode 100644
index 00000000000..cdf48b7a5c3
--- /dev/null
+++ b/Kokyu/tests/DSRT_MIF/svc.conf.xml
@@ -0,0 +1,6 @@
+<?xml version='1.0'?>
+<!-- Converted from svc.conf by svcconf-convert.pl -->
+<ACE_Svc_Conf>
+ <!-- -->
+ <static id="DSRT_Dispatcher_Impl" params="-schedtype MIF"/>
+</ACE_Svc_Conf>