serviceproviders/sapi_calendar/tsrc/testing/tcalendarservice/tcal_delete/src/cal_delete.cpp
branchRCL_3
changeset 58 ea43c23d28d2
parent 33 50974a8b132e
child 65 0b68a1b0c15e
equal deleted inserted replaced
56:c210248fa89d 58:ea43c23d28d2
   584 	iCalendarService = CCalendarService::NewL();
   584 	iCalendarService = CCalendarService::NewL();
   585 	
   585 	
   586 	iWaitSchedular = new(ELeave) CActiveSchedulerWait();
   586 	iWaitSchedular = new(ELeave) CActiveSchedulerWait();
   587 	}
   587 	}
   588 	
   588 	
   589 CCalDelTestCases::CCalDelTestCases( TInt& aResult) : CActive(EPriorityStandard), iResult(aResult)
   589 CCalDelTestCases::CCalDelTestCases( TInt& aResult) : CActive(EPriorityStandard),
       
   590 									 iResult(aResult),iTestCaseType(KDeleteUsingGuidsAsync)
   590 	{
   591 	{
   591 
   592 
   592 	}
   593 	}
   593 	
   594 	
   594 //for the sake of ActiveObject
   595 //for the sake of ActiveObject