Searched refs:nodeSystemInfo (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddebugrpt.cpp349 bool wxDebugReport::DoAddSystemInfo(wxXmlNode *nodeSystemInfo) argument
351 nodeSystemInfo->AddProperty(_T("description"), wxGetOsDescription());
453 wxXmlNode *nodeSystemInfo = new wxXmlNode(wxXML_ELEMENT_NODE, _T("system")); local
454 if ( DoAddSystemInfo(nodeSystemInfo) )
455 nodeRoot->AddChild(nodeSystemInfo);
457 delete nodeSystemInfo;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddebugrpt.h108 virtual bool DoAddSystemInfo(wxXmlNode *nodeSystemInfo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddebugrpt.tex199 \func{bool}{DoAddSystemInfo}{\param{wxXmlNode* }{nodeSystemInfo}}

Completed in 56 milliseconds