taskswitcher/server/src/tsservice.cpp
changeset 124 e36b2f4799c0
parent 121 0b3699f6c654
child 125 26079c1bb561
--- a/taskswitcher/server/src/tsservice.cpp	Fri Sep 17 08:32:18 2010 +0300
+++ b/taskswitcher/server/src/tsservice.cpp	Mon Oct 04 00:38:31 2010 +0300
@@ -144,6 +144,12 @@
     }
 
 // -----------------------------------------------------------------------------
+TBool CTsService::IsMandatoryL( TInt aOffset ) const
+    {
+    return IntValueL(aOffset, "TaskIsMandatory" );
+    }
+
+// -----------------------------------------------------------------------------
 TBool CTsService::CloseL( TTsModelItemKey aKey ) const
     {
     bool result(false);