wlanutilities/wlansniffer/model/inc/wsfmodel.inl
branchRCL_3
changeset 59 34911529ee3c
parent 0 56b72877c1cb
child 65 32fadeea4023
equal deleted inserted replaced
55:f28ada11abbf 59:34911529ee3c
    37 	{ 
    37 	{ 
    38 	iConnecting = aIsConnecting;
    38 	iConnecting = aIsConnecting;
    39 	}
    39 	}
    40 
    40 
    41 
    41 
       
    42 // -----------------------------------------------------------------------------
       
    43 // CWsfModel::WlanList
       
    44 // -----------------------------------------------------------------------------
       
    45 //
       
    46 inline CWsfWlanInfoArray* CWsfModel::WlanList()
       
    47     { 
       
    48     return iArray;
       
    49     }
       
    50 
       
    51