hotspotfw/hsclient/src/hssiaphandler.cpp
changeset 61 e1d68407ed06
parent 60 822a45792fdd
equal deleted inserted replaced
60:822a45792fdd 61:e1d68407ed06
    43 // CHotSpotPluginSession
    43 // CHotSpotPluginSession
    44 // -----------------------------------------------------------------------------
    44 // -----------------------------------------------------------------------------
    45 //
    45 //
    46 CHssIapHandler::CHssIapHandler( )
    46 CHssIapHandler::CHssIapHandler( )
    47     {
    47     {
       
    48     iWLANRecord = NULL;
    48     DEBUG("CHssIapHandler::CHssIapHandler");
    49     DEBUG("CHssIapHandler::CHssIapHandler");
    49     }
    50     }
    50 
    51 
    51 // -----------------------------------------------------------------------------
    52 // -----------------------------------------------------------------------------
    52 // ConstructL
    53 // ConstructL
   383 
   384 
   384                 // If uids match, store corresponding IapId to aIapIdArray.    
   385                 // If uids match, store corresponding IapId to aIapIdArray.    
   385                 if (buffer.Compare( uidClient ) == 0)
   386                 if (buffer.Compare( uidClient ) == 0)
   386                     {
   387                     {
   387                     iapId = dest.ConnectionMethodL(j).GetIntAttributeL( ECmIapId );
   388                     iapId = dest.ConnectionMethodL(j).GetIntAttributeL( ECmIapId );
   388                     aIapIdArray.Append( iapId );
   389                     aIapIdArray.AppendL( iapId );
   389                     DEBUG("CHssIapSettingsHandler::GetClientsIapsL: UIDs matched");
   390                     DEBUG("CHssIapSettingsHandler::GetClientsIapsL: UIDs matched");
   390                     DEBUG1("CHssIapSettingsHandler::Found IapId: %d", iapId);
   391                     DEBUG1("CHssIapSettingsHandler::Found IapId: %d", iapId);
   391                     }
   392                     }
   392                 else
   393                 else
   393                     {
   394                     {