serviceproviders/sapi_calendar/src/calendarinterface.cpp
changeset 55 eaf3908907b6
parent 37 5d0ec8b709be
equal deleted inserted replaced
54:e7cb6cffd49a 55:eaf3908907b6
  1217 	{
  1217 	{
  1218 	CEntryAttributes* entryAttributes = CEntryAttributes::NewL();
  1218 	CEntryAttributes* entryAttributes = CEntryAttributes::NewL();
  1219 	
  1219 	
  1220 	CleanupStack::PushL( entryAttributes );
  1220 	CleanupStack::PushL( entryAttributes );
  1221 	
  1221 	
  1222 	TBool id;
  1222 	TBool id = EFalse;
  1223 	
  1223 	
  1224 	const TLiwGenericParam* param = NULL;
  1224 	const TLiwGenericParam* param = NULL;
  1225 	
  1225 	
  1226 	if ( aPosBasedSearch )
  1226 	if ( aPosBasedSearch )
  1227 		{
  1227 		{