pimappservices/calendarvcalplugin/src/agmvcali.cpp
branchRCL_3
changeset 86 ed599363c2d7
parent 74 97232defd20e
equal deleted inserted replaced
78:356f28cd5ca0 86:ed599363c2d7
   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         }       
       
   391 	CleanupStack::PopAndDestroy(properties);
   382 	CleanupStack::PopAndDestroy(properties);
   392 	aEntryArray.AppendL(iEntry); // takes ownership of entry
   383 	aEntryArray.AppendL(iEntry); // takes ownership of entry
   393 	iEntry = NULL;
   384 	iEntry = NULL;
   394 	}
   385 	}
   395 
   386