videocollection/tsrc/stubs/inc/videothumbnailtestdata.h
author hgs
Thu, 08 Jul 2010 13:05:19 +0300
changeset 44 518105d52e45
parent 34 bbb98528c666
child 50 21fe8338c6bf
permissions -rw-r--r--
201027

/*
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description: stub videothumbnailtestdata
* 
*/

#ifndef VIDEOTHUMBNAILTESTDATA_H
#define VIDEOTHUMBNAILTESTDATA_H

class VideoThumbnailTestData
{
public: // methods
    static void reset()
    {
        mInstanceCallCount = 0;
        mFreeThumbnailDataCallCount = 0;
        mBackgroundThumbnailFetchingEnabled = 0;
        mStartBackgroundFetchingCallCount = 0;
        mFetchIndex = -1;
    }
    
public: // data
    static int mInstanceCallCount;
    static int mFreeThumbnailDataCallCount;
    static int mBackgroundThumbnailFetchingEnabled;
    static int mStartBackgroundFetchingCallCount;
    static int mFetchIndex;
};

#endif /* VIDEOTHUMBNAILTESTDATA_H */