genericservices/taskscheduler/SCHSVR/SchTimer.cpp
branchRCL_3
changeset 75 254b651f304e
parent 64 c44f36bb61a3
--- a/genericservices/taskscheduler/SCHSVR/SchTimer.cpp	Wed Sep 15 14:02:55 2010 +0300
+++ b/genericservices/taskscheduler/SCHSVR/SchTimer.cpp	Wed Oct 13 16:27:53 2010 +0300
@@ -404,7 +404,6 @@
 CPropertyNotifier::~CPropertyNotifier()
 	{
 	Cancel();
-	iProperty.Close();
 	}
 
 void CPropertyNotifier::AttachL()
@@ -417,10 +416,7 @@
 void CPropertyNotifier::SetPropertyL(const TUid& aCategory, TUint aKey)
 	{
 	if (IsActive())
-	    {
 		Cancel();
-		iProperty.Close();
-	    }
 	iCategory = aCategory;
 	iKey = aKey;
 	AttachL();