taskswitcher/server/inc/tsservice.h
changeset 124 e36b2f4799c0
parent 121 0b3699f6c654
child 125 26079c1bb561
equal deleted inserted replaced
121:0b3699f6c654 124:e36b2f4799c0
    46     TTime TimestampL( TInt aOffset ) const;
    46     TTime TimestampL( TInt aOffset ) const;
    47     TTime TimestampUpdateL(TInt offset) const;
    47     TTime TimestampUpdateL(TInt offset) const;
    48     TTsModelItemKey KeyL( TInt aOffset ) const;
    48     TTsModelItemKey KeyL( TInt aOffset ) const;
    49     TBool IsActiveL( TInt aOffset ) const;
    49     TBool IsActiveL( TInt aOffset ) const;
    50     TBool IsClosableL( TInt aOffset ) const;
    50     TBool IsClosableL( TInt aOffset ) const;
       
    51     TBool IsMandatoryL( TInt aOffset ) const;
    51     TBool CloseL( TTsModelItemKey aKey ) const;
    52     TBool CloseL( TTsModelItemKey aKey ) const;
    52     TBool LaunchL( TTsModelItemKey aKey ) const;
    53     TBool LaunchL( TTsModelItemKey aKey ) const;
    53     
    54     
    54 private:
    55 private:
    55     CTsService();
    56     CTsService();