taskswitcher/screenshotplugin/inc/tsscreenshotplugin.h
changeset 125 26079c1bb561
parent 119 50e220be30d1
equal deleted inserted replaced
123:d1dadafc5584 125:26079c1bb561
    53     
    53     
    54 public:
    54 public:
    55     void SendMessageL( const TDesC8& aMessage );
    55     void SendMessageL( const TDesC8& aMessage );
    56 
    56 
    57 private:
    57 private:
    58     CTsIdList* iBlockedList;
    58     CTsIdList* iAllowedList;
    59     RPointerArray<CTsScreenshotNotifier> iCache;
    59     RPointerArray<CTsScreenshotNotifier> iCache;
    60     TInt iWindowGroupId;
    60     TInt iWindowGroupId;
    61 };
    61 };
    62 
    62 
    63 #endif //TSSCREENSHOTPLUGIN_H
    63 #endif //TSSCREENSHOTPLUGIN_H