serviceproviders/sapi_calendar/src/calendarinterface.cpp
branchRCL_3
changeset 50 5dae2c62e9b6
parent 37 5d0ec8b709be
equal deleted inserted replaced
46:4ac3198c2c5b 50:5dae2c62e9b6
  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 		{