From 7dbfa2dbc4929e5043247ddb0b33a9e6fdf8749d Mon Sep 17 00:00:00 2001 From: fgerlits Date: Thu, 16 Dec 2004 11:24:54 +0000 Subject: [PATCH] a few more places where the ClientInterface moves had to be recorded --- .../src/SchedulerDaemonXmlRpcClientTest.h | 11 ++++++----- .../products/gLiveSupport/src/GLiveSupport.h | 14 ++++++++------ 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/livesupport/modules/schedulerClient/src/SchedulerDaemonXmlRpcClientTest.h b/livesupport/modules/schedulerClient/src/SchedulerDaemonXmlRpcClientTest.h index 83c994963..ba764b881 100644 --- a/livesupport/modules/schedulerClient/src/SchedulerDaemonXmlRpcClientTest.h +++ b/livesupport/modules/schedulerClient/src/SchedulerDaemonXmlRpcClientTest.h @@ -21,8 +21,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Author : $Author: maroy $ - Version : $Revision: 1.2 $ + Author : $Author: fgerlits $ + Version : $Revision: 1.3 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/schedulerClient/src/SchedulerDaemonXmlRpcClientTest.h,v $ ------------------------------------------------------------------------------*/ @@ -42,13 +42,14 @@ #include -#include "LiveSupport/Core/AuthenticationClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" #include "SchedulerDaemonXmlRpcClient.h" namespace LiveSupport { namespace SchedulerClient { using namespace LiveSupport::Core; +using namespace LiveSupport::Authentication; /* ================================================================ constants */ @@ -61,8 +62,8 @@ using namespace LiveSupport::Core; /** * Unit test for the SchedulerDaemonXmlRpcClient class. * - * @author $Author: maroy $ - * @version $Revision: 1.2 $ + * @author $Author: fgerlits $ + * @version $Revision: 1.3 $ * @see SchedulerDaemonXmlRpcClient */ class SchedulerDaemonXmlRpcClientTest : public CPPUNIT_NS::TestFixture diff --git a/livesupport/products/gLiveSupport/src/GLiveSupport.h b/livesupport/products/gLiveSupport/src/GLiveSupport.h index 4bd98ffd3..f8b9733ff 100644 --- a/livesupport/products/gLiveSupport/src/GLiveSupport.h +++ b/livesupport/products/gLiveSupport/src/GLiveSupport.h @@ -21,8 +21,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Author : $Author: maroy $ - Version : $Revision: 1.6 $ + Author : $Author: fgerlits $ + Version : $Revision: 1.7 $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/products/gLiveSupport/src/GLiveSupport.h,v $ ------------------------------------------------------------------------------*/ @@ -46,8 +46,8 @@ #include "LiveSupport/Core/Ptr.h" #include "LiveSupport/Core/Configurable.h" -#include "LiveSupport/Core/AuthenticationClientInterface.h" -#include "LiveSupport/Core/StorageClientInterface.h" +#include "LiveSupport/Authentication/AuthenticationClientInterface.h" +#include "LiveSupport/Storage/StorageClientInterface.h" #include "LiveSupport/SchedulerClient/SchedulerClientInterface.h" namespace LiveSupport { @@ -55,6 +55,8 @@ namespace GLiveSupport { using namespace LiveSupport::Core; using namespace LiveSupport::SchedulerClient; +using namespace LiveSupport::Authentication; +using namespace LiveSupport::Storage; /* ================================================================ constants */ @@ -84,8 +86,8 @@ using namespace LiveSupport::SchedulerClient; * schedulerClientFactory elements see their * respective documentation. * - * @author $Author: maroy $ - * @version $Revision: 1.6 $ + * @author $Author: fgerlits $ + * @version $Revision: 1.7 $ * @see LocalizedObject#getBundle(const xmlpp::Element &) * @see AuthenticationClientFactory * @see StorageClientFactory