diff --git a/livesupport/products/scheduler/src/AddAudioClipToPlaylistMethod.cxx b/livesupport/products/scheduler/src/AddAudioClipToPlaylistMethod.cxx index 6a126b978..1aa64e0b8 100644 --- a/livesupport/products/scheduler/src/AddAudioClipToPlaylistMethod.cxx +++ b/livesupport/products/scheduler/src/AddAudioClipToPlaylistMethod.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.9 $ + Version : $Revision: 1.10 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/AddAudioClipToPlaylistMethod.cxx,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientFactory.h" #include "ScheduleInterface.h" #include "ScheduleFactory.h" diff --git a/livesupport/products/scheduler/src/AddAudioClipToPlaylistMethodTest.h b/livesupport/products/scheduler/src/AddAudioClipToPlaylistMethodTest.h index 6e47087dc..9b23acc65 100644 --- a/livesupport/products/scheduler/src/AddAudioClipToPlaylistMethodTest.h +++ b/livesupport/products/scheduler/src/AddAudioClipToPlaylistMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/AddAudioClipToPlaylistMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the AddAudioClipToPlaylistMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ * @see AddAudioClipToPlaylistMethod */ class AddAudioClipToPlaylistMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/CreatePlaylistMethod.cxx b/livesupport/products/scheduler/src/CreatePlaylistMethod.cxx index bc8f6e95f..ced1488d3 100644 --- a/livesupport/products/scheduler/src/CreatePlaylistMethod.cxx +++ b/livesupport/products/scheduler/src/CreatePlaylistMethod.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.6 $ + Version : $Revision: 1.7 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/CreatePlaylistMethod.cxx,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientFactory.h" #include "ScheduleInterface.h" #include "ScheduleFactory.h" diff --git a/livesupport/products/scheduler/src/CreatePlaylistMethodTest.h b/livesupport/products/scheduler/src/CreatePlaylistMethodTest.h index 3eeb04ae7..71bbd6932 100644 --- a/livesupport/products/scheduler/src/CreatePlaylistMethodTest.h +++ b/livesupport/products/scheduler/src/CreatePlaylistMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.5 $ + Version : $Revision: 1.6 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/CreatePlaylistMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the CreatePlaylistMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.5 $ + * @version $Revision: 1.6 $ * @see CreatePlaylistMethod */ class CreatePlaylistMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/DeletePlaylistMethod.cxx b/livesupport/products/scheduler/src/DeletePlaylistMethod.cxx index 262b32f33..a198116ab 100644 --- a/livesupport/products/scheduler/src/DeletePlaylistMethod.cxx +++ b/livesupport/products/scheduler/src/DeletePlaylistMethod.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.6 $ + Version : $Revision: 1.7 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/Attic/DeletePlaylistMethod.cxx,v $ ------------------------------------------------------------------------------*/ @@ -35,7 +35,7 @@ #include -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientFactory.h" #include "ScheduleInterface.h" #include "ScheduleFactory.h" diff --git a/livesupport/products/scheduler/src/DeletePlaylistMethodTest.h b/livesupport/products/scheduler/src/DeletePlaylistMethodTest.h index c5b5f7be3..ea69a57f9 100644 --- a/livesupport/products/scheduler/src/DeletePlaylistMethodTest.h +++ b/livesupport/products/scheduler/src/DeletePlaylistMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/Attic/DeletePlaylistMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -64,7 +65,7 @@ using namespace LiveSupport::Core; * * @author $Author: maroy, fgerlits $ - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ * @see DeletePlaylistMethod */ class DeletePlaylistMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/DisplayAudioClipMethod.cxx b/livesupport/products/scheduler/src/DisplayAudioClipMethod.cxx index f71c847a5..c3d984404 100644 --- a/livesupport/products/scheduler/src/DisplayAudioClipMethod.cxx +++ b/livesupport/products/scheduler/src/DisplayAudioClipMethod.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.4 $ + Version : $Revision: 1.5 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayAudioClipMethod.cxx,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientFactory.h" #include "ScheduleInterface.h" #include "ScheduleFactory.h" diff --git a/livesupport/products/scheduler/src/DisplayAudioClipMethodTest.h b/livesupport/products/scheduler/src/DisplayAudioClipMethodTest.h index b65e937d0..29e586dc9 100644 --- a/livesupport/products/scheduler/src/DisplayAudioClipMethodTest.h +++ b/livesupport/products/scheduler/src/DisplayAudioClipMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayAudioClipMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the DisplayAudioClipMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ * @see DisplayAudioClipMethod */ class DisplayAudioClipMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/DisplayAudioClipsMethod.cxx b/livesupport/products/scheduler/src/DisplayAudioClipsMethod.cxx index 388d341fb..d91c0cb8b 100644 --- a/livesupport/products/scheduler/src/DisplayAudioClipsMethod.cxx +++ b/livesupport/products/scheduler/src/DisplayAudioClipsMethod.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayAudioClipsMethod.cxx,v $ ------------------------------------------------------------------------------*/ @@ -36,7 +36,7 @@ #include -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientFactory.h" #include "XmlRpcTools.h" diff --git a/livesupport/products/scheduler/src/DisplayAudioClipsMethodTest.h b/livesupport/products/scheduler/src/DisplayAudioClipsMethodTest.h index 97ffcec50..d555f5d59 100644 --- a/livesupport/products/scheduler/src/DisplayAudioClipsMethodTest.h +++ b/livesupport/products/scheduler/src/DisplayAudioClipsMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayAudioClipsMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the DisplayAudioClipsMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ * @see DisplayAudioClipsMethod */ class DisplayAudioClipsMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/DisplayPlaylistMethod.cxx b/livesupport/products/scheduler/src/DisplayPlaylistMethod.cxx index 6babbc0f6..273bceb70 100644 --- a/livesupport/products/scheduler/src/DisplayPlaylistMethod.cxx +++ b/livesupport/products/scheduler/src/DisplayPlaylistMethod.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.5 $ + Version : $Revision: 1.6 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayPlaylistMethod.cxx,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientFactory.h" #include "ScheduleInterface.h" #include "ScheduleFactory.h" diff --git a/livesupport/products/scheduler/src/DisplayPlaylistMethodTest.h b/livesupport/products/scheduler/src/DisplayPlaylistMethodTest.h index 1bf12d947..970362d7d 100644 --- a/livesupport/products/scheduler/src/DisplayPlaylistMethodTest.h +++ b/livesupport/products/scheduler/src/DisplayPlaylistMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayPlaylistMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the DisplayPlaylistMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ * @see DisplayPlaylistMethod */ class DisplayPlaylistMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/DisplayPlaylistsMethod.cxx b/livesupport/products/scheduler/src/DisplayPlaylistsMethod.cxx index 0cdc84199..021e4fccf 100644 --- a/livesupport/products/scheduler/src/DisplayPlaylistsMethod.cxx +++ b/livesupport/products/scheduler/src/DisplayPlaylistsMethod.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.4 $ + Version : $Revision: 1.5 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayPlaylistsMethod.cxx,v $ ------------------------------------------------------------------------------*/ @@ -36,7 +36,7 @@ #include -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientFactory.h" #include "XmlRpcTools.h" diff --git a/livesupport/products/scheduler/src/DisplayPlaylistsMethodTest.h b/livesupport/products/scheduler/src/DisplayPlaylistsMethodTest.h index ef13e4370..1552d2da3 100644 --- a/livesupport/products/scheduler/src/DisplayPlaylistsMethodTest.h +++ b/livesupport/products/scheduler/src/DisplayPlaylistsMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayPlaylistsMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the DisplayPlaylistsMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ * @see DisplayPlaylistsMethod */ class DisplayPlaylistsMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/DisplayScheduleMethodTest.h b/livesupport/products/scheduler/src/DisplayScheduleMethodTest.h index f1a195f4b..1bd311e4e 100644 --- a/livesupport/products/scheduler/src/DisplayScheduleMethodTest.h +++ b/livesupport/products/scheduler/src/DisplayScheduleMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayScheduleMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the DisplayScheduleMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ * @see DisplayScheduleMethod */ class DisplayScheduleMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/GeneratePlayReportMethodTest.h b/livesupport/products/scheduler/src/GeneratePlayReportMethodTest.h index 95aee885a..dfe4fa027 100644 --- a/livesupport/products/scheduler/src/GeneratePlayReportMethodTest.h +++ b/livesupport/products/scheduler/src/GeneratePlayReportMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/GeneratePlayReportMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the GeneratePlayReportMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ * @see GeneratePlayReportMethod */ class GeneratePlayReportMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/GetSchedulerTimeMethod.cxx b/livesupport/products/scheduler/src/GetSchedulerTimeMethod.cxx index 0a4285faa..99689056a 100644 --- a/livesupport/products/scheduler/src/GetSchedulerTimeMethod.cxx +++ b/livesupport/products/scheduler/src/GetSchedulerTimeMethod.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.2 $ + Version : $Revision: 1.3 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/GetSchedulerTimeMethod.cxx,v $ ------------------------------------------------------------------------------*/ @@ -43,7 +43,7 @@ #include #include -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientFactory.h" #include "LiveSupport/Core/TimeConversion.h" #include "XmlRpcTools.h" diff --git a/livesupport/products/scheduler/src/GetSchedulerTimeMethodTest.h b/livesupport/products/scheduler/src/GetSchedulerTimeMethodTest.h index 092aff713..cd9534932 100644 --- a/livesupport/products/scheduler/src/GetSchedulerTimeMethodTest.h +++ b/livesupport/products/scheduler/src/GetSchedulerTimeMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.1 $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/GetSchedulerTimeMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,7 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; - +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -64,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test to test the getSchedulerTime XML-RPC call. * * @author $Author: fgerlits $ - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see SchedulerDaemon */ class GetSchedulerTimeMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/GetVersionMethodTest.h b/livesupport/products/scheduler/src/GetVersionMethodTest.h index 551003a6d..43f9c5984 100644 --- a/livesupport/products/scheduler/src/GetVersionMethodTest.h +++ b/livesupport/products/scheduler/src/GetVersionMethodTest.h @@ -21,8 +21,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Author : $Author: maroy $ - Version : $Revision: 1.1 $ + Author : $Author: fgerlits $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/GetVersionMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -62,8 +63,8 @@ using namespace LiveSupport::Core; /** * Unit test for the GetVersionMethod class. * - * @author $Author: maroy $ - * @version $Revision: 1.1 $ + * @author $Author: fgerlits $ + * @version $Revision: 1.2 $ * @see GetVersionMethod */ class GetVersionMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/OpenPlaylistForEditingMethod.cxx b/livesupport/products/scheduler/src/OpenPlaylistForEditingMethod.cxx index cccc1e474..a0d75565f 100644 --- a/livesupport/products/scheduler/src/OpenPlaylistForEditingMethod.cxx +++ b/livesupport/products/scheduler/src/OpenPlaylistForEditingMethod.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.10 $ + Version : $Revision: 1.11 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/OpenPlaylistForEditingMethod.cxx,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientFactory.h" #include "ScheduleInterface.h" #include "ScheduleFactory.h" diff --git a/livesupport/products/scheduler/src/OpenPlaylistForEditingMethodTest.h b/livesupport/products/scheduler/src/OpenPlaylistForEditingMethodTest.h index f46e17857..c4aa3329a 100644 --- a/livesupport/products/scheduler/src/OpenPlaylistForEditingMethodTest.h +++ b/livesupport/products/scheduler/src/OpenPlaylistForEditingMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.5 $ + Version : $Revision: 1.6 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/OpenPlaylistForEditingMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the OpenPlaylistForEditingMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.5 $ + * @version $Revision: 1.6 $ * @see OpenPlaylistForEditingMethod */ class OpenPlaylistForEditingMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/PlaylistEvent.h b/livesupport/products/scheduler/src/PlaylistEvent.h index d8c3adc7f..d67186b53 100644 --- a/livesupport/products/scheduler/src/PlaylistEvent.h +++ b/livesupport/products/scheduler/src/PlaylistEvent.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/PlaylistEvent.h,v $ ------------------------------------------------------------------------------*/ @@ -40,7 +40,7 @@ #include "configure.h" #endif -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/PlaylistExecutor/AudioPlayerInterface.h" #include "LiveSupport/EventScheduler/ScheduledEventInterface.h" @@ -56,6 +56,7 @@ using namespace LiveSupport::Core; using namespace LiveSupport::PlaylistExecutor; using namespace LiveSupport::EventScheduler; using namespace LiveSupport::Scheduler; +using namespace LiveSupport::Storage; /* ================================================================ constants */ @@ -69,7 +70,7 @@ using namespace LiveSupport::Scheduler; * A scheduled event for playing a playlist. * * @author $Author: fgerlits $ - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ */ class PlaylistEvent : public virtual ScheduledEventInterface { diff --git a/livesupport/products/scheduler/src/PlaylistEventContainer.h b/livesupport/products/scheduler/src/PlaylistEventContainer.h index 9cc08b933..aedbcf46c 100644 --- a/livesupport/products/scheduler/src/PlaylistEventContainer.h +++ b/livesupport/products/scheduler/src/PlaylistEventContainer.h @@ -21,8 +21,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Author : $Author: maroy $ - Version : $Revision: 1.1 $ + Author : $Author: fgerlits $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/PlaylistEventContainer.h,v $ ------------------------------------------------------------------------------*/ @@ -40,7 +40,7 @@ #include "configure.h" #endif -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/PlaylistExecutor/AudioPlayerInterface.h" #include "LiveSupport/EventScheduler/EventContainerInterface.h" @@ -56,6 +56,8 @@ using namespace LiveSupport; using namespace LiveSupport::Core; using namespace LiveSupport::PlaylistExecutor; using namespace LiveSupport::EventScheduler; +using namespace LiveSupport::Storage; + /* ================================================================ constants */ @@ -68,8 +70,8 @@ using namespace LiveSupport::EventScheduler; /** * An event container holding the scheduled playlists. * - * @author $Author: maroy $ - * @version $Revision: 1.1 $ + * @author $Author: fgerlits $ + * @version $Revision: 1.2 $ */ class PlaylistEventContainer : public virtual EventContainerInterface { diff --git a/livesupport/products/scheduler/src/PlaylistEventContainerTest.h b/livesupport/products/scheduler/src/PlaylistEventContainerTest.h index 57016b49e..8ac044670 100644 --- a/livesupport/products/scheduler/src/PlaylistEventContainerTest.h +++ b/livesupport/products/scheduler/src/PlaylistEventContainerTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.2 $ + Version : $Revision: 1.3 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/PlaylistEventContainerTest.h,v $ ------------------------------------------------------------------------------*/ @@ -43,9 +43,9 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/PlaylistExecutor/AudioPlayerInterface.h" #include "ScheduleInterface.h" #include "ScheduleFactory.h" @@ -59,6 +59,8 @@ using namespace LiveSupport; using namespace LiveSupport::Core; using namespace LiveSupport::PlaylistExecutor; using namespace LiveSupport::Scheduler; +using namespace LiveSupport::Authentication; +using namespace LiveSupport::Storage; /* ================================================================ constants */ @@ -73,7 +75,7 @@ using namespace LiveSupport::Scheduler; * Unit test for the PlaylistEventContainer class * * @author $Author: fgerlits $ - * @version $Revision: 1.2 $ + * @version $Revision: 1.3 $ * @see PlaylistEventContainer */ class PlaylistEventContainerTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/PlaylistEventTest.h b/livesupport/products/scheduler/src/PlaylistEventTest.h index 60753695d..e456e54b3 100644 --- a/livesupport/products/scheduler/src/PlaylistEventTest.h +++ b/livesupport/products/scheduler/src/PlaylistEventTest.h @@ -21,8 +21,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Author : $Author: maroy $ - Version : $Revision: 1.1 $ + Author : $Author: fgerlits $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/PlaylistEventTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/PlaylistExecutor/AudioPlayerInterface.h" @@ -66,8 +66,8 @@ using namespace LiveSupport::PlaylistExecutor; /** * Unit test for the PlaylistEvent class * - * @author $Author: maroy $ - * @version $Revision: 1.1 $ + * @author $Author: fgerlits $ + * @version $Revision: 1.2 $ * @see PlaylistEvent */ class PlaylistEventTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/RemoveAudioClipFromPlaylistMethod.cxx b/livesupport/products/scheduler/src/RemoveAudioClipFromPlaylistMethod.cxx index baf58c5bc..750f4f577 100644 --- a/livesupport/products/scheduler/src/RemoveAudioClipFromPlaylistMethod.cxx +++ b/livesupport/products/scheduler/src/RemoveAudioClipFromPlaylistMethod.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.5 $ + Version : $Revision: 1.6 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RemoveAudioClipFromPlaylistMethod.cxx,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientFactory.h" #include "ScheduleInterface.h" #include "ScheduleFactory.h" diff --git a/livesupport/products/scheduler/src/RemoveAudioClipFromPlaylistMethodTest.h b/livesupport/products/scheduler/src/RemoveAudioClipFromPlaylistMethodTest.h index 4affa2a16..af26fba19 100644 --- a/livesupport/products/scheduler/src/RemoveAudioClipFromPlaylistMethodTest.h +++ b/livesupport/products/scheduler/src/RemoveAudioClipFromPlaylistMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RemoveAudioClipFromPlaylistMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the RemoveAudioClipFromPlaylistMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ * @see RemoveAudioClipFromPlaylistMethod */ class RemoveAudioClipFromPlaylistMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/RemoveFromScheduleMethodTest.h b/livesupport/products/scheduler/src/RemoveFromScheduleMethodTest.h index c4881bdf5..d9635505b 100644 --- a/livesupport/products/scheduler/src/RemoveFromScheduleMethodTest.h +++ b/livesupport/products/scheduler/src/RemoveFromScheduleMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RemoveFromScheduleMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the RemoveFromScheduleMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ * @see RemoveFromScheduleMethod */ class RemoveFromScheduleMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/RescheduleMethodTest.h b/livesupport/products/scheduler/src/RescheduleMethodTest.h index 7610057a2..8ddea5a79 100644 --- a/livesupport/products/scheduler/src/RescheduleMethodTest.h +++ b/livesupport/products/scheduler/src/RescheduleMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RescheduleMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the RescheduleMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ * @see RescheduleMethod */ class RescheduleMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/RevertEditedPlaylistMethod.cxx b/livesupport/products/scheduler/src/RevertEditedPlaylistMethod.cxx index c135d7a35..4724482dc 100644 --- a/livesupport/products/scheduler/src/RevertEditedPlaylistMethod.cxx +++ b/livesupport/products/scheduler/src/RevertEditedPlaylistMethod.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.4 $ + Version : $Revision: 1.5 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RevertEditedPlaylistMethod.cxx,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientFactory.h" #include "XmlRpcTools.h" diff --git a/livesupport/products/scheduler/src/RevertEditedPlaylistMethodTest.h b/livesupport/products/scheduler/src/RevertEditedPlaylistMethodTest.h index b17c182a2..04d4d57cd 100644 --- a/livesupport/products/scheduler/src/RevertEditedPlaylistMethodTest.h +++ b/livesupport/products/scheduler/src/RevertEditedPlaylistMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RevertEditedPlaylistMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the RevertEditedPlaylistMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ * @see RevertEditedPlaylistMethod */ class RevertEditedPlaylistMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/RpcAddAudioClipToPlaylistTest.h b/livesupport/products/scheduler/src/RpcAddAudioClipToPlaylistTest.h index f930be274..a58ee38e8 100644 --- a/livesupport/products/scheduler/src/RpcAddAudioClipToPlaylistTest.h +++ b/livesupport/products/scheduler/src/RpcAddAudioClipToPlaylistTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.1 $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcAddAudioClipToPlaylistTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the AddAudioClipToPlaylistMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see AddAudioClipToPlaylistMethod */ class RpcAddAudioClipToPlaylistTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/RpcCreatePlaylistTest.h b/livesupport/products/scheduler/src/RpcCreatePlaylistTest.h index 5ae65b3d0..d08babb7c 100644 --- a/livesupport/products/scheduler/src/RpcCreatePlaylistTest.h +++ b/livesupport/products/scheduler/src/RpcCreatePlaylistTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.1 $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcCreatePlaylistTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the CreatePlaylistMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see CreatePlaylistMethod */ class RpcCreatePlaylistTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/RpcDeletePlaylistTest.h b/livesupport/products/scheduler/src/RpcDeletePlaylistTest.h index 4fd6e1ff1..7aaf99003 100644 --- a/livesupport/products/scheduler/src/RpcDeletePlaylistTest.h +++ b/livesupport/products/scheduler/src/RpcDeletePlaylistTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.1 $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/Attic/RpcDeletePlaylistTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -64,7 +65,7 @@ using namespace LiveSupport::Core; * * @author $Author: maroy, fgerlits $ - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see DeletePlaylistMethod */ class RpcDeletePlaylistTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/RpcDisplayAudioClipTest.h b/livesupport/products/scheduler/src/RpcDisplayAudioClipTest.h index 19ed67e07..adae13324 100644 --- a/livesupport/products/scheduler/src/RpcDisplayAudioClipTest.h +++ b/livesupport/products/scheduler/src/RpcDisplayAudioClipTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.1 $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcDisplayAudioClipTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the DisplayAudioClipMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see DisplayAudioClipMethod */ class DisplayAudioClipMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/RpcDisplayAudioClipsTest.h b/livesupport/products/scheduler/src/RpcDisplayAudioClipsTest.h index 72290950e..f00fb8afb 100644 --- a/livesupport/products/scheduler/src/RpcDisplayAudioClipsTest.h +++ b/livesupport/products/scheduler/src/RpcDisplayAudioClipsTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.1 $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcDisplayAudioClipsTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the DisplayAudioClipsMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see DisplayAudioClipsMethod */ class DisplayAudioClipsMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/RpcDisplayPlaylistTest.h b/livesupport/products/scheduler/src/RpcDisplayPlaylistTest.h index 0cf2e4594..9c46495e7 100644 --- a/livesupport/products/scheduler/src/RpcDisplayPlaylistTest.h +++ b/livesupport/products/scheduler/src/RpcDisplayPlaylistTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.1 $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcDisplayPlaylistTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,7 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; - +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -64,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test to test the displayPlaylist XML-RPC call. * * @author $Author: fgerlits $ - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see SchedulerDaemon */ class RpcDisplayPlaylistTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/RpcDisplayPlaylistsTest.h b/livesupport/products/scheduler/src/RpcDisplayPlaylistsTest.h index 1d9c1552a..961f7751d 100644 --- a/livesupport/products/scheduler/src/RpcDisplayPlaylistsTest.h +++ b/livesupport/products/scheduler/src/RpcDisplayPlaylistsTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.1 $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcDisplayPlaylistsTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the DisplayPlaylistsMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see DisplayPlaylistsMethod */ class DisplayPlaylistsMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/RpcDisplayScheduleTest.h b/livesupport/products/scheduler/src/RpcDisplayScheduleTest.h index 9c8120b23..9ddee3275 100644 --- a/livesupport/products/scheduler/src/RpcDisplayScheduleTest.h +++ b/livesupport/products/scheduler/src/RpcDisplayScheduleTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.1 $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcDisplayScheduleTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,7 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; - +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -64,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test to test the displaySchedule XML-RPC call. * * @author $Author: fgerlits $ - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see SchedulerDaemon */ class RpcDisplayScheduleTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/RpcGetSchedulerTimeTest.h b/livesupport/products/scheduler/src/RpcGetSchedulerTimeTest.h index f10e5d0f6..cea6391b6 100644 --- a/livesupport/products/scheduler/src/RpcGetSchedulerTimeTest.h +++ b/livesupport/products/scheduler/src/RpcGetSchedulerTimeTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.1 $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcGetSchedulerTimeTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,7 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; - +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -64,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test to test the getSchedulerTime XML-RPC call. * * @author $Author: fgerlits $ - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see SchedulerDaemon */ class RpcGetSchedulerTimeTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/RpcRemoveFromScheduleTest.h b/livesupport/products/scheduler/src/RpcRemoveFromScheduleTest.h index f2d5b620c..b94ffdbcc 100644 --- a/livesupport/products/scheduler/src/RpcRemoveFromScheduleTest.h +++ b/livesupport/products/scheduler/src/RpcRemoveFromScheduleTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.1 $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcRemoveFromScheduleTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,7 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; - +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -64,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test to test the removeFromSchedule XML-RPC call. * * @author $Author: fgerlits $ - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see SchedulerDaemon */ class RpcRemoveFromScheduleTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/RpcRescheduleTest.h b/livesupport/products/scheduler/src/RpcRescheduleTest.h index 61967892d..bfc9309f3 100644 --- a/livesupport/products/scheduler/src/RpcRescheduleTest.h +++ b/livesupport/products/scheduler/src/RpcRescheduleTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.1 $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcRescheduleTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,7 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; - +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -64,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test to test the removeFromSchedule XML-RPC call. * * @author $Author: fgerlits $ - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see SchedulerDaemon */ class RpcRescheduleTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/RpcUploadPlaylistTest.h b/livesupport/products/scheduler/src/RpcUploadPlaylistTest.h index 21dfc1dcb..65ffc2738 100644 --- a/livesupport/products/scheduler/src/RpcUploadPlaylistTest.h +++ b/livesupport/products/scheduler/src/RpcUploadPlaylistTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.1 $ + Version : $Revision: 1.2 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcUploadPlaylistTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,7 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; - +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -64,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test to test the uploadPlaylist XML-RPC call. * * @author $Author: fgerlits $ - * @version $Revision: 1.1 $ + * @version $Revision: 1.2 $ * @see SchedulerDaemon */ class RpcUploadPlaylistTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/SavePlaylistMethod.cxx b/livesupport/products/scheduler/src/SavePlaylistMethod.cxx index a5031a217..96a8b9a48 100644 --- a/livesupport/products/scheduler/src/SavePlaylistMethod.cxx +++ b/livesupport/products/scheduler/src/SavePlaylistMethod.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.4 $ + Version : $Revision: 1.5 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/SavePlaylistMethod.cxx,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientFactory.h" #include "XmlRpcTools.h" diff --git a/livesupport/products/scheduler/src/SavePlaylistMethodTest.h b/livesupport/products/scheduler/src/SavePlaylistMethodTest.h index f9ced805f..3d2911cef 100644 --- a/livesupport/products/scheduler/src/SavePlaylistMethodTest.h +++ b/livesupport/products/scheduler/src/SavePlaylistMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/SavePlaylistMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the SavePlaylistMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ * @see SavePlaylistMethod */ class SavePlaylistMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/UpdateFadeInFadeOutMethod.cxx b/livesupport/products/scheduler/src/UpdateFadeInFadeOutMethod.cxx index 7619dfa94..dc0f84a06 100644 --- a/livesupport/products/scheduler/src/UpdateFadeInFadeOutMethod.cxx +++ b/livesupport/products/scheduler/src/UpdateFadeInFadeOutMethod.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/UpdateFadeInFadeOutMethod.cxx,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientFactory.h" #include "LiveSupport/Core/Playlist.h" #include "LiveSupport/Core/FadeInfo.h" diff --git a/livesupport/products/scheduler/src/UpdateFadeInFadeOutMethodTest.h b/livesupport/products/scheduler/src/UpdateFadeInFadeOutMethodTest.h index 29f9500a5..ee310320b 100644 --- a/livesupport/products/scheduler/src/UpdateFadeInFadeOutMethodTest.h +++ b/livesupport/products/scheduler/src/UpdateFadeInFadeOutMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/UpdateFadeInFadeOutMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the UpdateFadeInFadeOutMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ * @see UpdateFadeInFadeOutMethod */ class UpdateFadeInFadeOutMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/UploadPlaylistMethod.cxx b/livesupport/products/scheduler/src/UploadPlaylistMethod.cxx index b5cb45696..dbc6c059d 100644 --- a/livesupport/products/scheduler/src/UploadPlaylistMethod.cxx +++ b/livesupport/products/scheduler/src/UploadPlaylistMethod.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.8 $ + Version : $Revision: 1.9 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/UploadPlaylistMethod.cxx,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientFactory.h" #include "ScheduleInterface.h" #include "ScheduleFactory.h" diff --git a/livesupport/products/scheduler/src/UploadPlaylistMethodTest.h b/livesupport/products/scheduler/src/UploadPlaylistMethodTest.h index 419f5cc76..b2c16724b 100644 --- a/livesupport/products/scheduler/src/UploadPlaylistMethodTest.h +++ b/livesupport/products/scheduler/src/UploadPlaylistMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.4 $ + Version : $Revision: 1.5 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/UploadPlaylistMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the UploadPlaylistMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.4 $ + * @version $Revision: 1.5 $ * @see UploadPlaylistMethod */ class UploadPlaylistMethodTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/scheduler/src/ValidatePlaylistMethod.cxx b/livesupport/products/scheduler/src/ValidatePlaylistMethod.cxx index 2c4541696..99634583e 100644 --- a/livesupport/products/scheduler/src/ValidatePlaylistMethod.cxx +++ b/livesupport/products/scheduler/src/ValidatePlaylistMethod.cxx @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.5 $ + Version : $Revision: 1.6 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/ValidatePlaylistMethod.cxx,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientFactory.h" #include "ScheduleInterface.h" #include "ScheduleFactory.h" diff --git a/livesupport/products/scheduler/src/ValidatePlaylistMethodTest.h b/livesupport/products/scheduler/src/ValidatePlaylistMethodTest.h index ddae0e4a7..3a9bae0d3 100644 --- a/livesupport/products/scheduler/src/ValidatePlaylistMethodTest.h +++ b/livesupport/products/scheduler/src/ValidatePlaylistMethodTest.h @@ -22,7 +22,7 @@ Author : $Author: fgerlits $ - Version : $Revision: 1.3 $ + Version : $Revision: 1.4 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/ValidatePlaylistMethodTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,7 +42,7 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "LiveSupport/Core/SessionId.h" namespace LiveSupport { @@ -50,6 +50,7 @@ namespace Scheduler { using namespace LiveSupport; using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -63,7 +64,7 @@ using namespace LiveSupport::Core; * Unit test for the ValidatePlaylistMethod class. * * @author $Author: fgerlits $ - * @version $Revision: 1.3 $ + * @version $Revision: 1.4 $ * @see ValidatePlaylistMethod */ class ValidatePlaylistMethodTest : public CPPUNIT_NS::TestFixture