OSDN Git Service

2001-09-13 graydon hoare <graydon@redhat.com>
authorgraydon <graydon>
Thu, 13 Sep 2001 21:05:07 +0000 (21:05 +0000)
committergraydon <graydon>
Thu, 13 Sep 2001 21:05:07 +0000 (21:05 +0000)
* sid-visual-sched.tk: Rename file.
* Makefile.am (pkgdata_DATA): s/sw-visual/sid-visual/.
* Makefile.in: Ditto.
* compSched.cxx (scheduler_component_ctor_1): Ditto.

sid/component/sched/ChangeLog
sid/component/sched/Makefile.am
sid/component/sched/Makefile.in
sid/component/sched/compSched.cxx
sid/component/sched/sid-visual-sched.tk [moved from sid/component/sched/sw-visual-sched.tk with 100% similarity]

index 60ab268..c0a8446 100644 (file)
@@ -1,5 +1,12 @@
 2001-09-13  graydon hoare  <graydon@redhat.com>
 
+       * sid-visual-sched.tk: Rename file.
+       * Makefile.am (pkgdata_DATA): s/sw-visual/sid-visual/.
+       * Makefile.in: Ditto.
+       * compSched.cxx (scheduler_component_ctor_1): Ditto.
+
+2001-09-13  graydon hoare  <graydon@redhat.com>
+
        * sw-visual-sched.tk: New file.
        * Makefile.am (pkgdata_DATA): Add sw-visual-sched.tk.
        * Makefile.in: Regenerate.
index 70f2a84..79683e8 100644 (file)
@@ -8,7 +8,7 @@ INCLUDES = -I. -I../../include -I$(srcdir)/../../include
 libsched_la_SOURCES = compSched.cxx
 libsched_la_LDFLAGS = -module -no-undefined
 
-pkgdata_DATA = sw-visual-sched.tk sid-sched.txt
+pkgdata_DATA = sid-visual-sched.tk sid-sched.txt
 
 DEJAGNUTESTS=schedbase.exp schedhost.exp schedhost2.exp schedmonkey.exp
 check-local: all
index 683127d..793058a 100644 (file)
@@ -106,7 +106,7 @@ INCLUDES = -I. -I../../include -I$(srcdir)/../../include
 libsched_la_SOURCES = compSched.cxx
 libsched_la_LDFLAGS = -module -no-undefined
 
-pkgdata_DATA = sw-visual-sched.tk sid-sched.txt
+pkgdata_DATA = sid-visual-sched.tk sid-sched.txt
 
 DEJAGNUTESTS = schedbase.exp schedhost.exp schedhost2.exp schedmonkey.exp
 
index 68ed1f5..87a0e39 100644 (file)
@@ -1421,7 +1421,7 @@ scheduler_component<Scheduler>::scheduler_component_ctor_1()
   add_attribute ("yield", & this->yield_pin, "pin");
   add_attribute ("enabled?", & this->enable_p, "setting");
   add_attribute ("yield-host-time?", & this->yield_host_time_p, "setting");
-  add_attribute_ro_value ("scheduler-control-gui", string("sw-visual-sched"), "gui");
+  add_attribute_ro_value ("scheduler-control-gui", string("sid-visual-sched"), "gui");
 }
 
 template <class Scheduler>