creator/engine/src/creator_connectionmethod.cpp
changeset 52 36d60d12b4af
parent 27 271e901a9423
equal deleted inserted replaced
51:b048e15729d6 52:36d60d12b4af
   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();