creator/engine/src/creator_accesspoint.cpp
changeset 54 9347c563e054
parent 35 98924d2efce9
equal deleted inserted replaced
48:da3ec8478e66 54:9347c563e054
   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