common/tools/ats/smoketest/mediamgmt/inc/MediaMgmtObserver.h
author victorp@symbian.org
Wed, 03 Feb 2010 16:06:24 +0000
changeset 872 17498133d9ad
parent 811 08dbc9b99fd2
permissions -rw-r--r--
adding EPL headers to smoke test
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
811
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
     1
/*
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
     2
* Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). 
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
     3
* All rights reserved.
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
     4
* This component and the accompanying materials are made available
872
17498133d9ad adding EPL headers to smoke test
victorp@symbian.org
parents: 811
diff changeset
     5
* under the terms of the License "Eclipse Public License v1.0"
811
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
     6
* which accompanies this distribution, and is available
872
17498133d9ad adding EPL headers to smoke test
victorp@symbian.org
parents: 811
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
811
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
     8
*
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
     9
* Initial Contributors:
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    11
*
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    12
* Contributors:
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    13
*
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    14
* Description:        ?Description
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    15
*
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    16
*/
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    17
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    18
#ifndef MEDIAMGMTOBSERVER_H
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    19
#define MEDIAMGMTOBSERVER_H
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    20
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    21
#include <MMGFetchVerifier.h>
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    22
#include <MMGFetchCanceler.h>
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    23
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    24
class MediaMgmtObserver : public MMGFetchCanceler, public MMGFetchVerifier
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    25
{
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    26
public:
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    27
	TBool VerifySelectionL( const MDesCArray* /*aSelectedFiles*/ );
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    28
	void CancelFetcherL();
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    29
};
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    30
08dbc9b99fd2 Test: Add MediaMgmt smoke tests (not being built or run ATM)
brendand
parents:
diff changeset
    31
#endif      // MEDIAMGMTOBSERVER_H