tstaskmonitor/utils/inc/tsentrykey.h
changeset 104 9b022b1f357c
parent 83 156f692b1687
--- a/tstaskmonitor/utils/inc/tsentrykey.h	Wed Jun 23 18:33:40 2010 +0300
+++ b/tstaskmonitor/utils/inc/tsentrykey.h	Tue Jul 06 14:37:10 2010 +0300
@@ -28,10 +28,11 @@
 public:
     TTsEntryKey(TInt parentId =0);
     TBool operator ==(const TTsEntryKey& key) const;
-    void ExternalizeL(RWriteStream& output);
+    void ExternalizeL(RWriteStream& output) const;
     void InternalizeL(RReadStream& input);
+    TInt WindowGroupId() const;
 
-public:
+private:
     TInt mParentId;
 };