corrected Core/AuthenticationClientInterface and Core/StorageClientInterface references to Authentication/... and Storage/..., respectively

This commit is contained in:
fgerlits 2004-12-16 10:34:53 +00:00
parent 8d8eaa93be
commit 4a942bed50
51 changed files with 182 additions and 152 deletions

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/AddAudioClipToPlaylistMethod.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <string> #include <string>
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/Storage/StorageClientFactory.h" #include "LiveSupport/Storage/StorageClientFactory.h"
#include "ScheduleInterface.h" #include "ScheduleInterface.h"
#include "ScheduleFactory.h" #include "ScheduleFactory.h"

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/AddAudioClipToPlaylistMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the AddAudioClipToPlaylistMethod class. * Unit test for the AddAudioClipToPlaylistMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.3 $ * @version $Revision: 1.4 $
* @see AddAudioClipToPlaylistMethod * @see AddAudioClipToPlaylistMethod
*/ */
class AddAudioClipToPlaylistMethodTest : public CPPUNIT_NS::TestFixture class AddAudioClipToPlaylistMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/CreatePlaylistMethod.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <string> #include <string>
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/Storage/StorageClientFactory.h" #include "LiveSupport/Storage/StorageClientFactory.h"
#include "ScheduleInterface.h" #include "ScheduleInterface.h"
#include "ScheduleFactory.h" #include "ScheduleFactory.h"

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/CreatePlaylistMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the CreatePlaylistMethod class. * Unit test for the CreatePlaylistMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.5 $ * @version $Revision: 1.6 $
* @see CreatePlaylistMethod * @see CreatePlaylistMethod
*/ */
class CreatePlaylistMethodTest : public CPPUNIT_NS::TestFixture class CreatePlaylistMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/Attic/DeletePlaylistMethod.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -35,7 +35,7 @@
#include <string> #include <string>
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/Storage/StorageClientFactory.h" #include "LiveSupport/Storage/StorageClientFactory.h"
#include "ScheduleInterface.h" #include "ScheduleInterface.h"
#include "ScheduleFactory.h" #include "ScheduleFactory.h"

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/Attic/DeletePlaylistMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -64,7 +65,7 @@ using namespace LiveSupport::Core;
* *
* @author $Author: maroy, fgerlits * @author $Author: maroy, fgerlits
$ $
* @version $Revision: 1.3 $ * @version $Revision: 1.4 $
* @see DeletePlaylistMethod * @see DeletePlaylistMethod
*/ */
class DeletePlaylistMethodTest : public CPPUNIT_NS::TestFixture class DeletePlaylistMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayAudioClipMethod.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <string> #include <string>
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/Storage/StorageClientFactory.h" #include "LiveSupport/Storage/StorageClientFactory.h"
#include "ScheduleInterface.h" #include "ScheduleInterface.h"
#include "ScheduleFactory.h" #include "ScheduleFactory.h"

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayAudioClipMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the DisplayAudioClipMethod class. * Unit test for the DisplayAudioClipMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.3 $ * @version $Revision: 1.4 $
* @see DisplayAudioClipMethod * @see DisplayAudioClipMethod
*/ */
class DisplayAudioClipMethodTest : public CPPUNIT_NS::TestFixture class DisplayAudioClipMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayAudioClipsMethod.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -36,7 +36,7 @@
#include <string> #include <string>
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/Storage/StorageClientFactory.h" #include "LiveSupport/Storage/StorageClientFactory.h"
#include "XmlRpcTools.h" #include "XmlRpcTools.h"

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayAudioClipsMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the DisplayAudioClipsMethod class. * Unit test for the DisplayAudioClipsMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.3 $ * @version $Revision: 1.4 $
* @see DisplayAudioClipsMethod * @see DisplayAudioClipsMethod
*/ */
class DisplayAudioClipsMethodTest : public CPPUNIT_NS::TestFixture class DisplayAudioClipsMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayPlaylistMethod.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <string> #include <string>
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/Storage/StorageClientFactory.h" #include "LiveSupport/Storage/StorageClientFactory.h"
#include "ScheduleInterface.h" #include "ScheduleInterface.h"
#include "ScheduleFactory.h" #include "ScheduleFactory.h"

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayPlaylistMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the DisplayPlaylistMethod class. * Unit test for the DisplayPlaylistMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.3 $ * @version $Revision: 1.4 $
* @see DisplayPlaylistMethod * @see DisplayPlaylistMethod
*/ */
class DisplayPlaylistMethodTest : public CPPUNIT_NS::TestFixture class DisplayPlaylistMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayPlaylistsMethod.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -36,7 +36,7 @@
#include <string> #include <string>
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/Storage/StorageClientFactory.h" #include "LiveSupport/Storage/StorageClientFactory.h"
#include "XmlRpcTools.h" #include "XmlRpcTools.h"

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayPlaylistsMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the DisplayPlaylistsMethod class. * Unit test for the DisplayPlaylistsMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.3 $ * @version $Revision: 1.4 $
* @see DisplayPlaylistsMethod * @see DisplayPlaylistsMethod
*/ */
class DisplayPlaylistsMethodTest : public CPPUNIT_NS::TestFixture class DisplayPlaylistsMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/DisplayScheduleMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the DisplayScheduleMethod class. * Unit test for the DisplayScheduleMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.3 $ * @version $Revision: 1.4 $
* @see DisplayScheduleMethod * @see DisplayScheduleMethod
*/ */
class DisplayScheduleMethodTest : public CPPUNIT_NS::TestFixture class DisplayScheduleMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/GeneratePlayReportMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the GeneratePlayReportMethod class. * Unit test for the GeneratePlayReportMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.3 $ * @version $Revision: 1.4 $
* @see GeneratePlayReportMethod * @see GeneratePlayReportMethod
*/ */
class GeneratePlayReportMethodTest : public CPPUNIT_NS::TestFixture class GeneratePlayReportMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/GetSchedulerTimeMethod.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -43,7 +43,7 @@
#include <boost/date_time/posix_time/posix_time.hpp> #include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/date_time/gregorian/gregorian.hpp> #include <boost/date_time/gregorian/gregorian.hpp>
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/Storage/StorageClientFactory.h" #include "LiveSupport/Storage/StorageClientFactory.h"
#include "LiveSupport/Core/TimeConversion.h" #include "LiveSupport/Core/TimeConversion.h"
#include "XmlRpcTools.h" #include "XmlRpcTools.h"

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/GetSchedulerTimeMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,7 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -64,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test to test the getSchedulerTime XML-RPC call. * Unit test to test the getSchedulerTime XML-RPC call.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
* @see SchedulerDaemon * @see SchedulerDaemon
*/ */
class GetSchedulerTimeMethodTest : public CPPUNIT_NS::TestFixture class GetSchedulerTimeMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: maroy $ Author : $Author: fgerlits $
Version : $Revision: 1.1 $ Version : $Revision: 1.2 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/GetVersionMethodTest.h,v $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/GetVersionMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -62,8 +63,8 @@ using namespace LiveSupport::Core;
/** /**
* Unit test for the GetVersionMethod class. * Unit test for the GetVersionMethod class.
* *
* @author $Author: maroy $ * @author $Author: fgerlits $
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
* @see GetVersionMethod * @see GetVersionMethod
*/ */
class GetVersionMethodTest : public CPPUNIT_NS::TestFixture class GetVersionMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/OpenPlaylistForEditingMethod.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <string> #include <string>
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/Storage/StorageClientFactory.h" #include "LiveSupport/Storage/StorageClientFactory.h"
#include "ScheduleInterface.h" #include "ScheduleInterface.h"
#include "ScheduleFactory.h" #include "ScheduleFactory.h"

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/OpenPlaylistForEditingMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the OpenPlaylistForEditingMethod class. * Unit test for the OpenPlaylistForEditingMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.5 $ * @version $Revision: 1.6 $
* @see OpenPlaylistForEditingMethod * @see OpenPlaylistForEditingMethod
*/ */
class OpenPlaylistForEditingMethodTest : public CPPUNIT_NS::TestFixture class OpenPlaylistForEditingMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/PlaylistEvent.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -40,7 +40,7 @@
#include "configure.h" #include "configure.h"
#endif #endif
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/PlaylistExecutor/AudioPlayerInterface.h" #include "LiveSupport/PlaylistExecutor/AudioPlayerInterface.h"
#include "LiveSupport/EventScheduler/ScheduledEventInterface.h" #include "LiveSupport/EventScheduler/ScheduledEventInterface.h"
@ -56,6 +56,7 @@ using namespace LiveSupport::Core;
using namespace LiveSupport::PlaylistExecutor; using namespace LiveSupport::PlaylistExecutor;
using namespace LiveSupport::EventScheduler; using namespace LiveSupport::EventScheduler;
using namespace LiveSupport::Scheduler; using namespace LiveSupport::Scheduler;
using namespace LiveSupport::Storage;
/* ================================================================ constants */ /* ================================================================ constants */
@ -69,7 +70,7 @@ using namespace LiveSupport::Scheduler;
* A scheduled event for playing a playlist. * A scheduled event for playing a playlist.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.3 $ * @version $Revision: 1.4 $
*/ */
class PlaylistEvent : public virtual ScheduledEventInterface class PlaylistEvent : public virtual ScheduledEventInterface
{ {

View File

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: maroy $ Author : $Author: fgerlits $
Version : $Revision: 1.1 $ Version : $Revision: 1.2 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/PlaylistEventContainer.h,v $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/PlaylistEventContainer.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -40,7 +40,7 @@
#include "configure.h" #include "configure.h"
#endif #endif
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/PlaylistExecutor/AudioPlayerInterface.h" #include "LiveSupport/PlaylistExecutor/AudioPlayerInterface.h"
#include "LiveSupport/EventScheduler/EventContainerInterface.h" #include "LiveSupport/EventScheduler/EventContainerInterface.h"
@ -56,6 +56,8 @@ using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::PlaylistExecutor; using namespace LiveSupport::PlaylistExecutor;
using namespace LiveSupport::EventScheduler; using namespace LiveSupport::EventScheduler;
using namespace LiveSupport::Storage;
/* ================================================================ constants */ /* ================================================================ constants */
@ -68,8 +70,8 @@ using namespace LiveSupport::EventScheduler;
/** /**
* An event container holding the scheduled playlists. * An event container holding the scheduled playlists.
* *
* @author $Author: maroy $ * @author $Author: fgerlits $
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
*/ */
class PlaylistEventContainer : public virtual EventContainerInterface class PlaylistEventContainer : public virtual EventContainerInterface
{ {

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/PlaylistEventContainerTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -43,9 +43,9 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/PlaylistExecutor/AudioPlayerInterface.h" #include "LiveSupport/PlaylistExecutor/AudioPlayerInterface.h"
#include "ScheduleInterface.h" #include "ScheduleInterface.h"
#include "ScheduleFactory.h" #include "ScheduleFactory.h"
@ -59,6 +59,8 @@ using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::PlaylistExecutor; using namespace LiveSupport::PlaylistExecutor;
using namespace LiveSupport::Scheduler; using namespace LiveSupport::Scheduler;
using namespace LiveSupport::Authentication;
using namespace LiveSupport::Storage;
/* ================================================================ constants */ /* ================================================================ constants */
@ -73,7 +75,7 @@ using namespace LiveSupport::Scheduler;
* Unit test for the PlaylistEventContainer class * Unit test for the PlaylistEventContainer class
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.2 $ * @version $Revision: 1.3 $
* @see PlaylistEventContainer * @see PlaylistEventContainer
*/ */
class PlaylistEventContainerTest : public CPPUNIT_NS::TestFixture class PlaylistEventContainerTest : public CPPUNIT_NS::TestFixture

View File

@ -21,8 +21,8 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Author : $Author: maroy $ Author : $Author: fgerlits $
Version : $Revision: 1.1 $ Version : $Revision: 1.2 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/PlaylistEventTest.h,v $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/PlaylistEventTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/PlaylistExecutor/AudioPlayerInterface.h" #include "LiveSupport/PlaylistExecutor/AudioPlayerInterface.h"
@ -66,8 +66,8 @@ using namespace LiveSupport::PlaylistExecutor;
/** /**
* Unit test for the PlaylistEvent class * Unit test for the PlaylistEvent class
* *
* @author $Author: maroy $ * @author $Author: fgerlits $
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
* @see PlaylistEvent * @see PlaylistEvent
*/ */
class PlaylistEventTest : public CPPUNIT_NS::TestFixture class PlaylistEventTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RemoveAudioClipFromPlaylistMethod.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <string> #include <string>
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/Storage/StorageClientFactory.h" #include "LiveSupport/Storage/StorageClientFactory.h"
#include "ScheduleInterface.h" #include "ScheduleInterface.h"
#include "ScheduleFactory.h" #include "ScheduleFactory.h"

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RemoveAudioClipFromPlaylistMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the RemoveAudioClipFromPlaylistMethod class. * Unit test for the RemoveAudioClipFromPlaylistMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.3 $ * @version $Revision: 1.4 $
* @see RemoveAudioClipFromPlaylistMethod * @see RemoveAudioClipFromPlaylistMethod
*/ */
class RemoveAudioClipFromPlaylistMethodTest : public CPPUNIT_NS::TestFixture class RemoveAudioClipFromPlaylistMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RemoveFromScheduleMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the RemoveFromScheduleMethod class. * Unit test for the RemoveFromScheduleMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.3 $ * @version $Revision: 1.4 $
* @see RemoveFromScheduleMethod * @see RemoveFromScheduleMethod
*/ */
class RemoveFromScheduleMethodTest : public CPPUNIT_NS::TestFixture class RemoveFromScheduleMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RescheduleMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the RescheduleMethod class. * Unit test for the RescheduleMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.3 $ * @version $Revision: 1.4 $
* @see RescheduleMethod * @see RescheduleMethod
*/ */
class RescheduleMethodTest : public CPPUNIT_NS::TestFixture class RescheduleMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RevertEditedPlaylistMethod.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <string> #include <string>
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/Storage/StorageClientFactory.h" #include "LiveSupport/Storage/StorageClientFactory.h"
#include "XmlRpcTools.h" #include "XmlRpcTools.h"

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RevertEditedPlaylistMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the RevertEditedPlaylistMethod class. * Unit test for the RevertEditedPlaylistMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.3 $ * @version $Revision: 1.4 $
* @see RevertEditedPlaylistMethod * @see RevertEditedPlaylistMethod
*/ */
class RevertEditedPlaylistMethodTest : public CPPUNIT_NS::TestFixture class RevertEditedPlaylistMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcAddAudioClipToPlaylistTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the AddAudioClipToPlaylistMethod class. * Unit test for the AddAudioClipToPlaylistMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
* @see AddAudioClipToPlaylistMethod * @see AddAudioClipToPlaylistMethod
*/ */
class RpcAddAudioClipToPlaylistTest : public CPPUNIT_NS::TestFixture class RpcAddAudioClipToPlaylistTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcCreatePlaylistTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the CreatePlaylistMethod class. * Unit test for the CreatePlaylistMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
* @see CreatePlaylistMethod * @see CreatePlaylistMethod
*/ */
class RpcCreatePlaylistTest : public CPPUNIT_NS::TestFixture class RpcCreatePlaylistTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/Attic/RpcDeletePlaylistTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -64,7 +65,7 @@ using namespace LiveSupport::Core;
* *
* @author $Author: maroy, fgerlits * @author $Author: maroy, fgerlits
$ $
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
* @see DeletePlaylistMethod * @see DeletePlaylistMethod
*/ */
class RpcDeletePlaylistTest : public CPPUNIT_NS::TestFixture class RpcDeletePlaylistTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcDisplayAudioClipTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the DisplayAudioClipMethod class. * Unit test for the DisplayAudioClipMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
* @see DisplayAudioClipMethod * @see DisplayAudioClipMethod
*/ */
class DisplayAudioClipMethodTest : public CPPUNIT_NS::TestFixture class DisplayAudioClipMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcDisplayAudioClipsTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the DisplayAudioClipsMethod class. * Unit test for the DisplayAudioClipsMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
* @see DisplayAudioClipsMethod * @see DisplayAudioClipsMethod
*/ */
class DisplayAudioClipsMethodTest : public CPPUNIT_NS::TestFixture class DisplayAudioClipsMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcDisplayPlaylistTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,7 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -64,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test to test the displayPlaylist XML-RPC call. * Unit test to test the displayPlaylist XML-RPC call.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
* @see SchedulerDaemon * @see SchedulerDaemon
*/ */
class RpcDisplayPlaylistTest : public CPPUNIT_NS::TestFixture class RpcDisplayPlaylistTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcDisplayPlaylistsTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the DisplayPlaylistsMethod class. * Unit test for the DisplayPlaylistsMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
* @see DisplayPlaylistsMethod * @see DisplayPlaylistsMethod
*/ */
class DisplayPlaylistsMethodTest : public CPPUNIT_NS::TestFixture class DisplayPlaylistsMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcDisplayScheduleTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,7 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -64,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test to test the displaySchedule XML-RPC call. * Unit test to test the displaySchedule XML-RPC call.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
* @see SchedulerDaemon * @see SchedulerDaemon
*/ */
class RpcDisplayScheduleTest : public CPPUNIT_NS::TestFixture class RpcDisplayScheduleTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcGetSchedulerTimeTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,7 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -64,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test to test the getSchedulerTime XML-RPC call. * Unit test to test the getSchedulerTime XML-RPC call.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
* @see SchedulerDaemon * @see SchedulerDaemon
*/ */
class RpcGetSchedulerTimeTest : public CPPUNIT_NS::TestFixture class RpcGetSchedulerTimeTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcRemoveFromScheduleTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,7 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -64,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test to test the removeFromSchedule XML-RPC call. * Unit test to test the removeFromSchedule XML-RPC call.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
* @see SchedulerDaemon * @see SchedulerDaemon
*/ */
class RpcRemoveFromScheduleTest : public CPPUNIT_NS::TestFixture class RpcRemoveFromScheduleTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcRescheduleTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,7 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -64,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test to test the removeFromSchedule XML-RPC call. * Unit test to test the removeFromSchedule XML-RPC call.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
* @see SchedulerDaemon * @see SchedulerDaemon
*/ */
class RpcRescheduleTest : public CPPUNIT_NS::TestFixture class RpcRescheduleTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/RpcUploadPlaylistTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,7 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -64,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test to test the uploadPlaylist XML-RPC call. * Unit test to test the uploadPlaylist XML-RPC call.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.1 $ * @version $Revision: 1.2 $
* @see SchedulerDaemon * @see SchedulerDaemon
*/ */
class RpcUploadPlaylistTest : public CPPUNIT_NS::TestFixture class RpcUploadPlaylistTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/SavePlaylistMethod.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <string> #include <string>
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/Storage/StorageClientFactory.h" #include "LiveSupport/Storage/StorageClientFactory.h"
#include "XmlRpcTools.h" #include "XmlRpcTools.h"

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/SavePlaylistMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the SavePlaylistMethod class. * Unit test for the SavePlaylistMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.3 $ * @version $Revision: 1.4 $
* @see SavePlaylistMethod * @see SavePlaylistMethod
*/ */
class SavePlaylistMethodTest : public CPPUNIT_NS::TestFixture class SavePlaylistMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/UpdateFadeInFadeOutMethod.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <string> #include <string>
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/Storage/StorageClientFactory.h" #include "LiveSupport/Storage/StorageClientFactory.h"
#include "LiveSupport/Core/Playlist.h" #include "LiveSupport/Core/Playlist.h"
#include "LiveSupport/Core/FadeInfo.h" #include "LiveSupport/Core/FadeInfo.h"

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/UpdateFadeInFadeOutMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the UpdateFadeInFadeOutMethod class. * Unit test for the UpdateFadeInFadeOutMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.3 $ * @version $Revision: 1.4 $
* @see UpdateFadeInFadeOutMethod * @see UpdateFadeInFadeOutMethod
*/ */
class UpdateFadeInFadeOutMethodTest : public CPPUNIT_NS::TestFixture class UpdateFadeInFadeOutMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/UploadPlaylistMethod.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <string> #include <string>
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/Storage/StorageClientFactory.h" #include "LiveSupport/Storage/StorageClientFactory.h"
#include "ScheduleInterface.h" #include "ScheduleInterface.h"
#include "ScheduleFactory.h" #include "ScheduleFactory.h"

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/UploadPlaylistMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the UploadPlaylistMethod class. * Unit test for the UploadPlaylistMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.4 $ * @version $Revision: 1.5 $
* @see UploadPlaylistMethod * @see UploadPlaylistMethod
*/ */
class UploadPlaylistMethodTest : public CPPUNIT_NS::TestFixture class UploadPlaylistMethodTest : public CPPUNIT_NS::TestFixture

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/ValidatePlaylistMethod.cxx,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <string> #include <string>
#include "LiveSupport/Core/StorageClientInterface.h" #include "LiveSupport/Storage/StorageClientInterface.h"
#include "LiveSupport/Storage/StorageClientFactory.h" #include "LiveSupport/Storage/StorageClientFactory.h"
#include "ScheduleInterface.h" #include "ScheduleInterface.h"
#include "ScheduleFactory.h" #include "ScheduleFactory.h"

View File

@ -22,7 +22,7 @@
Author : $Author: fgerlits $ 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 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/scheduler/src/ValidatePlaylistMethodTest.h,v $
------------------------------------------------------------------------------*/ ------------------------------------------------------------------------------*/
@ -42,7 +42,7 @@
#include <cppunit/extensions/HelperMacros.h> #include <cppunit/extensions/HelperMacros.h>
#include "LiveSupport/Core/AuthenticationClientInterface.h" #include "LiveSupport/Authentication/AuthenticationClientInterface.h"
#include "LiveSupport/Core/SessionId.h" #include "LiveSupport/Core/SessionId.h"
namespace LiveSupport { namespace LiveSupport {
@ -50,6 +50,7 @@ namespace Scheduler {
using namespace LiveSupport; using namespace LiveSupport;
using namespace LiveSupport::Core; using namespace LiveSupport::Core;
using namespace LiveSupport::Authentication;
/* ================================================================ constants */ /* ================================================================ constants */
@ -63,7 +64,7 @@ using namespace LiveSupport::Core;
* Unit test for the ValidatePlaylistMethod class. * Unit test for the ValidatePlaylistMethod class.
* *
* @author $Author: fgerlits $ * @author $Author: fgerlits $
* @version $Revision: 1.3 $ * @version $Revision: 1.4 $
* @see ValidatePlaylistMethod * @see ValidatePlaylistMethod
*/ */
class ValidatePlaylistMethodTest : public CPPUNIT_NS::TestFixture class ValidatePlaylistMethodTest : public CPPUNIT_NS::TestFixture