messagingfw/msgtest/testutils/caf2/test/TestAgent/testagentmanager.h
branchRCL_3
changeset 23 d51193d814ea
parent 22 d2c4c66342f3
equal deleted inserted replaced
22:d2c4c66342f3 23:d51193d814ea
     1 // testagentmanager.h
     1 // testagentmanager.h
     2 
     2 
     3 // Copyright (c) 2003-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 // Copyright (c) 2003-2009 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".
    16 //
    16 //
    17 
    17 
    18 #ifndef __TESTAGENTMANAGER_H__
    18 #ifndef __TESTAGENTMANAGER_H__
    19 #define __TESTAGENTMANAGER_H__
    19 #define __TESTAGENTMANAGER_H__
    20 
    20 
    21 #include <caf/cafplatform.h>
    21 #include <caf/caf.h>
    22 #include <caf/agentinterface.h>
    22 #include <caf\agentinterface.h>
    23 
    23 
    24 using namespace ContentAccess;
    24 using namespace ContentAccess;
    25 
    25 
    26 /** A simple agent implementing a dummy DRM file format
    26 /** A simple agent implementing a dummy DRM file format
    27 
    27