TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
LoginRESTService.cpp File Reference
#include "LoginRESTService.h"
#include "Configuration/Config.h"
#include "DatabaseEnv.h"
#include "ProtobufJSON.h"
#include "Realm.h"
#include "SessionManager.h"
#include "SHA1.h"
#include "SHA256.h"
#include "SslContext.h"
#include "Util.h"
#include "httpget.h"
#include "httppost.h"
#include "soapH.h"
+ Include dependency graph for LoginRESTService.cpp:

Functions

int ns1__executeCommand (soap *, char *, char **)
 
int32 handle_get_plugin (soap *soapClient)
 
int32 handle_post_plugin (soap *soapClient)
 

Variables

Namespace namespaces []
 

Function Documentation

int32 handle_get_plugin ( soap soapClient)
35 {
36  return sLoginService.HandleGet(soapClient);
37 }
#define sLoginService
Definition: LoginRESTService.h:108
int32 handle_post_plugin ( soap soapClient)
40 {
41  return sLoginService.HandlePost(soapClient);
42 }
#define sLoginService
Definition: LoginRESTService.h:108
int ns1__executeCommand ( soap ,
char *  ,
char **   
)
32 { return SOAP_OK; }
#define SOAP_OK
Definition: stdsoap2.h:1245

Variable Documentation

Namespace namespaces[]
Initial value:
=
{
{ NULL, NULL, NULL, NULL }
}
arena_t NULL
Definition: jemalloc_internal.h:624