pimappservices/calendarvcalplugin/src/agmvcali.cpp
branchRCL_3
changeset 31 97232defd20e
parent 30 bd7edf625bdd
equal deleted inserted replaced
30:bd7edf625bdd 31:97232defd20e
   377 				}
   377 				}
   378 			}
   378 			}
   379 		CleanupStack::PopAndDestroy(geoString);
   379 		CleanupStack::PopAndDestroy(geoString);
   380 		}
   380 		}
   381 	
   381 	
       
   382     TInt intProperty( 0 );
       
   383     //Import UserDataInt
       
   384     TBool integerFound = ImportIntegerPropertyL( aParser, KVersitExtUserInt,       
       
   385                             intProperty );       
       
   386     
       
   387     if ( integerFound )       
       
   388         {       
       
   389         iEntry->SetUserInt32L( intProperty );       
       
   390         }       
   382 	CleanupStack::PopAndDestroy(properties);
   391 	CleanupStack::PopAndDestroy(properties);
   383 	aEntryArray.AppendL(iEntry); // takes ownership of entry
   392 	aEntryArray.AppendL(iEntry); // takes ownership of entry
   384 	iEntry = NULL;
   393 	iEntry = NULL;
   385 	}
   394 	}
   386 
   395