39 sLog.Debug(
"APIActiveObjectManager::ProcessCall()",
"EVEmu API - Active Object Service Manager");
41 if( pAPICommandCall->find(
"servicehandler" ) == pAPICommandCall->end() )
43 sLog.Error(
"APIActiveObjectManager::ProcessCall()",
"Cannot find 'servicehandler' specifier in pAPICommandCall packet" );
44 return std::tr1::shared_ptr<std::string>(
new std::string(
""));
std::tr1::shared_ptr< std::string > BuildErrorXMLResponse(std::string errorCode, std::string errorMessage)
APIActiveObjectManager(const PyServiceMgr &services)
std::map< std::string, std::string > APICommandCall
#define sLog
Evaluates to a NewLog instance.
Generic Base Class used to derive classes for specific service handlers (character, corporation, etc)
std::tr1::shared_ptr< std::string > ProcessCall(const APICommandCall *pAPICommandCall)