taskswitcher/server/src/tsservice.cpp
changeset 119 50e220be30d1
parent 116 305818acdca4
child 125 26079c1bb561
--- a/taskswitcher/server/src/tsservice.cpp	Mon Sep 13 13:26:33 2010 +0300
+++ b/taskswitcher/server/src/tsservice.cpp	Mon Sep 20 10:22:22 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);