host/config/xmlwrapper.cpp (5 lines of code) (raw):
//
// xmlwrapper.cpp: simplifies xml's interface
//
// so acts like a function<resp (req)>
//
#include "xmlwrapper.h"
#include "InmFunctionInfo.h"
void XmlWrapper::operator()(FunctionInfo &functioninfo)
{
/* No support; TODO: remove xmlwrapper */
}