videocollection/tsrc/stubs/inc/videothumbnailtestdata.h
changeset 52 e3cecb93e76a
parent 15 cf5481c2bc0b
equal deleted inserted replaced
47:45e72b57a2fd 52:e3cecb93e76a
    23 public: // methods
    23 public: // methods
    24     static void reset()
    24     static void reset()
    25     {
    25     {
    26         mInstanceCallCount = 0;
    26         mInstanceCallCount = 0;
    27         mFreeThumbnailDataCallCount = 0;
    27         mFreeThumbnailDataCallCount = 0;
    28         mBackgroundThumbnailFetchingEnabled = 0;
    28         mBackgroundThumbnailFetchingEnabled = false;
    29         mStartBackgroundFetchingCallCount = 0;
    29         mStartBackgroundFetchingCallCount = 0;
       
    30         mFetchIndex = -1;
    30     }
    31     }
    31     
    32     
    32 public: // data
    33 public: // data
    33     static int mInstanceCallCount;
    34     static int mInstanceCallCount;
    34     static int mFreeThumbnailDataCallCount;
    35     static int mFreeThumbnailDataCallCount;
    35     static int mBackgroundThumbnailFetchingEnabled;
    36     static bool mBackgroundThumbnailFetchingEnabled;
    36     static int mStartBackgroundFetchingCallCount;
    37     static int mStartBackgroundFetchingCallCount;
       
    38     static int mFetchIndex;
    37 };
    39 };
    38 
    40 
    39 #endif /* VIDEOTHUMBNAILTESTDATA_H */
    41 #endif /* VIDEOTHUMBNAILTESTDATA_H */