tstaskmonitor/utils/inc/tsentrykey.h
changeset 104 9b022b1f357c
parent 83 156f692b1687
equal deleted inserted replaced
103:b99b84bcd2d1 104:9b022b1f357c
    26 class TTsEntryKey
    26 class TTsEntryKey
    27 {
    27 {
    28 public:
    28 public:
    29     TTsEntryKey(TInt parentId =0);
    29     TTsEntryKey(TInt parentId =0);
    30     TBool operator ==(const TTsEntryKey& key) const;
    30     TBool operator ==(const TTsEntryKey& key) const;
    31     void ExternalizeL(RWriteStream& output);
    31     void ExternalizeL(RWriteStream& output) const;
    32     void InternalizeL(RReadStream& input);
    32     void InternalizeL(RReadStream& input);
       
    33     TInt WindowGroupId() const;
    33 
    34 
    34 public:
    35 private:
    35     TInt mParentId;
    36     TInt mParentId;
    36 };
    37 };
    37 
    38 
    38 #endif //TSENTRYKEY_H
    39 #endif //TSENTRYKEY_H