diff -r 305818acdca4 -r 50e220be30d1 taskswitcher/server/src/tsservice.cpp --- 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);