creator/engine/src/creator_accesspoint.cpp
changeset 52 36d60d12b4af
parent 31 e7a04a6385be
equal deleted inserted replaced
51:b048e15729d6 52:36d60d12b4af
   322 
   322 
   323     TUint32 uid = iApDataHandler->CreateFromDataL(*apItem);  // save the access point, returns the uid of the AP
   323     TUint32 uid = iApDataHandler->CreateFromDataL(*apItem);  // save the access point, returns the uid of the AP
   324 
   324 
   325     // id has been generated, store it for being able to delete
   325     // id has been generated, store it for being able to delete
   326     // entries created only with Creator
   326     // entries created only with Creator
   327     iEntryIds.Append( uid );
   327     iEntryIds.AppendL( uid );
   328         
   328         
   329     TBuf<256> name = iParameters->iConnectionName->Des();
   329     TBuf<256> name = iParameters->iConnectionName->Des();
   330     iApUtils->SetNameL(name, uid); // sets the AP name
   330     iApUtils->SetNameL(name, uid); // sets the AP name
   331 
   331 
   332 
   332