![]() |
TrinityCore
|
#include "TCSoap.h"#include "AccountMgr.h"#include "IpAddress.h"#include "Log.h"#include "Memory.h"#include "RealmList.h"#include "World.h"#include "soapH.h"#include "soapStub.h"
Include dependency graph for TCSoap.cpp:Go to the source code of this file.
Functions | |
| std::thread * | CreateSoapThread (const std::string &host, uint16 port) |
| void | process_message (struct soap *soap_message) |
| int | ns1__executeCommand (soap *soap, char *command, char **result) |
Variables | |
| struct Namespace | namespaces [] |
| std::thread * CreateSoapThread | ( | const std::string & | host, |
| uint16 | port | ||
| ) |
Definition at line 28 of file TCSoap.cpp.
Here is the call graph for this function:
Here is the caller graph for this function:| int ns1__executeCommand | ( | soap * | soap, |
| char * | command, | ||
| char ** | result | ||
| ) |
| void process_message | ( | struct soap * | soap_message | ) |
| struct Namespace namespaces[] |
Definition at line 153 of file TCSoap.cpp.