|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <SFSoap.h>
Public Member Functions | |
| void | Run () |
| void | SetListenArguments (const std::string &host, uint16 port) |
| SFSoapRunnable () | |
Private Member Functions | |
| void | process_message (struct soap *soap) |
Private Attributes | |
| std::string | _host |
| uint16 | _port |
|
private |
Definition at line 46 of file SFSoap.cpp.
Referenced by Run().
| void SFSoapRunnable::Run | ( | ) |
Definition at line 13 of file SFSoap.cpp.
References _host, _port, World::IsStopped(), process_message(), SF_LOG_DEBUG, SF_LOG_ERROR, and SF_LOG_INFO.
Referenced by SFSoapService::Start().
|
inline |
Definition at line 25 of file SFSoap.h.
Referenced by SFSoapService::Start().
|
private |
Definition at line 34 of file SFSoap.h.
Referenced by Run(), and SetListenArguments().
|
private |
Definition at line 35 of file SFSoap.h.
Referenced by Run(), SetListenArguments(), and SFSoapRunnable().