From 0b445bac8a320027dd4f0e98d3282bc42ae046f6 Mon Sep 17 00:00:00 2001 From: maroy Date: Sun, 1 Aug 2004 03:14:24 +0000 Subject: [PATCH] added XML-RPC functions displaySchedule and displayPlaylist to the Scheduler Daemon --- livesupport/doc/gettingStarted.html | 4 +- .../core/include/LiveSupport/Core/UniqueId.h | 17 +- .../db/include/LiveSupport/Db/Conversion.h | 17 +- livesupport/modules/db/src/Conversion.cxx | 19 +- .../Storage/StorageClientFactory.h | 5 +- .../products/scheduler/etc/Makefile.in | 8 +- .../products/scheduler/etc/scheduler.xml | 2 +- .../scheduler/src/DisplayPlaylistMethod.cxx | 163 ++++++++ .../scheduler/src/DisplayPlaylistMethod.h | 168 ++++++++ .../src/DisplayPlaylistMethodTest.cxx | 175 +++++++++ .../scheduler/src/DisplayPlaylistMethodTest.h | 144 +++++++ .../scheduler/src/DisplayScheduleMethod.cxx | 231 +++++++++++ .../scheduler/src/DisplayScheduleMethod.h | 208 ++++++++++ .../src/DisplayScheduleMethodTest.cxx | 362 ++++++++++++++++++ .../scheduler/src/DisplayScheduleMethodTest.h | 161 ++++++++ .../scheduler/src/PostgresqlSchedule.cxx | 75 +++- .../scheduler/src/PostgresqlSchedule.h | 23 +- .../scheduler/src/PostgresqlScheduleTest.cxx | 75 +++- .../scheduler/src/PostgresqlScheduleTest.h | 14 +- .../products/scheduler/src/ScheduleEntry.h | 182 +++++++++ .../scheduler/src/ScheduleInterface.h | 20 +- .../scheduler/src/SchedulerDaemon.cxx | 4 +- .../products/scheduler/src/SchedulerDaemon.h | 18 +- .../SchedulerDaemonDisplayPlaylistTest.cxx | 153 ++++++++ .../src/SchedulerDaemonDisplayPlaylistTest.h | 117 ++++++ .../SchedulerDaemonDisplayScheduleTest.cxx | 148 +++++++ .../src/SchedulerDaemonDisplayScheduleTest.h | 108 ++++++ .../src/SchedulerDaemonUploadTest.cxx | 9 +- .../scheduler/src/UploadPlaylistMethod.cxx | 12 +- .../scheduler/src/UploadPlaylistMethod.h | 10 +- .../src/UploadPlaylistMethodTest.cxx | 39 +- .../scheduler/src/UploadPlaylistMethodTest.h | 6 +- 32 files changed, 2648 insertions(+), 49 deletions(-) create mode 100644 livesupport/products/scheduler/src/DisplayPlaylistMethod.cxx create mode 100644 livesupport/products/scheduler/src/DisplayPlaylistMethod.h create mode 100644 livesupport/products/scheduler/src/DisplayPlaylistMethodTest.cxx create mode 100644 livesupport/products/scheduler/src/DisplayPlaylistMethodTest.h create mode 100644 livesupport/products/scheduler/src/DisplayScheduleMethod.cxx create mode 100644 livesupport/products/scheduler/src/DisplayScheduleMethod.h create mode 100644 livesupport/products/scheduler/src/DisplayScheduleMethodTest.cxx create mode 100644 livesupport/products/scheduler/src/DisplayScheduleMethodTest.h create mode 100644 livesupport/products/scheduler/src/ScheduleEntry.h create mode 100644 livesupport/products/scheduler/src/SchedulerDaemonDisplayPlaylistTest.cxx create mode 100644 livesupport/products/scheduler/src/SchedulerDaemonDisplayPlaylistTest.h create mode 100644 livesupport/products/scheduler/src/SchedulerDaemonDisplayScheduleTest.cxx create mode 100644 livesupport/products/scheduler/src/SchedulerDaemonDisplayScheduleTest.h diff --git a/livesupport/doc/gettingStarted.html b/livesupport/doc/gettingStarted.html index a1f0177bf..165908b20 100644 --- a/livesupport/doc/gettingStarted.html +++ b/livesupport/doc/gettingStarted.html @@ -13,7 +13,7 @@ Development Loan Fund, under the GNU GPL.
@@ -28,7 +28,7 @@ control system, but some preparation and setup has to be made on system used to develop LiveSupport as well.

Steps

-The following steps need to be taken for setting up the LiveSupport +The following steps needed to be taken for setting up the LiveSupport development environment.