creator/engine/src/creator_connectionmethod.cpp
changeset 54 9347c563e054
parent 19 4b22a598b890
equal deleted inserted replaced
48:da3ec8478e66 54:9347c563e054
   409     //If no defaults set, set the created CM as a default
   409     //If no defaults set, set the created CM as a default
   410     SetDefaultCML( conMethod );
   410     SetDefaultCML( conMethod );
   411     
   411     
   412     // id has been generated, store it for being able to delete
   412     // id has been generated, store it for being able to delete
   413     // only entries created with Creator
   413     // only entries created with Creator
   414     iEntryIds.Append( dest.Id() );
   414     iEntryIds.AppendL( dest.Id() );
   415     
   415     
   416     conMethod.Close();
   416     conMethod.Close();
   417     CleanupStack::Pop(  );//conMethod
   417     CleanupStack::Pop(  );//conMethod
   418     
   418     
   419     dest.UpdateL();
   419     dest.UpdateL();