![]() |
PopulateMap() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| Private Function |
Declared in: WhoisSocket.h |
Declarationstatic void PopulateMap();
DescriptionPopulate the map
Function Body
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")
See Also
This web site was generated
using Surveyor V4.50.811.1. Click
here
for more information. |
Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003. |