tstaskmonitor/utils/src/tsentrykey.cpp
changeset 99 7aaf39b772ac
parent 96 5d243a69bdda
--- a/tstaskmonitor/utils/src/tsentrykey.cpp	Fri Jun 11 16:13:51 2010 +0300
+++ b/tstaskmonitor/utils/src/tsentrykey.cpp	Thu Jun 24 16:18:29 2010 +0300
@@ -41,7 +41,7 @@
 //
 // -----------------------------------------------------------------------------
 //
-void TTsEntryKey::ExternalizeL(RWriteStream& output)
+void TTsEntryKey::ExternalizeL(RWriteStream& output) const
 {
     output.WriteInt32L(mParentId);
 }
@@ -54,3 +54,12 @@
 {
     mParentId = input.ReadInt32L();
 }
+
+// -----------------------------------------------------------------------------
+//
+// -----------------------------------------------------------------------------
+//
+TInt TTsEntryKey::WindowGroupId() const
+{
+    return mParentId;
+}