![]() |
PopulateMap() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Private Function |
Declared in: WhoisSocket.h |
static void PopulateMap();
Populate the map
try { //Start looking for it int iPos; iPos=0; while (m_sData[iPos]!=FINISH_CHAR) { //Add it m_aData.insert(WhoisMAP::value_type(m_sData[iPos],m_sData[iPos+1])); //Continue iPos+=2; } } ERROR_HANDLER_STATIC(CWhoisSocket_Class,"PopulateMap")
![]() |
Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003. |