messagingfw/msgtest/testutils/caf2/test/TestAgent/testagentfactory.h
changeset 30 3a6baaa22be8
parent 0 8e480a14352b
child 46 d51193d814ea
equal deleted inserted replaced
29:41f2cd9c3aa1 30:3a6baaa22be8
     1 //testagentfactory.h
     1 //testagentfactory.h
     2 
     2 
     3 // Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 // Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     4 // All rights reserved.
     4 // All rights reserved.
     5 // This component and the accompanying materials are made available
     5 // This component and the accompanying materials are made available
     6 // under the terms of "Eclipse Public License v1.0"
     6 // under the terms of "Eclipse Public License v1.0"
     7 // which accompanies this distribution, and is available
     7 // which accompanies this distribution, and is available
     8 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     8 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    17 
    17 
    18 
    18 
    19 #ifndef __TESTAGENTFACTORY_H__
    19 #ifndef __TESTAGENTFACTORY_H__
    20 #define __TESTAGENTFACTORY_H__
    20 #define __TESTAGENTFACTORY_H__
    21 
    21 
    22 #include <caf/caf.h>
    22 #include <caf/cafplatform.h>
    23 #include <caf/agentfactory.h>
    23 #include <caf/agentfactory.h>
    24 
    24 
    25 using namespace ContentAccess;
    25 using namespace ContentAccess;
    26 
    26 
    27 	class CTestAgentFactory : public CAgentFactory
    27 	class CTestAgentFactory : public CAgentFactory