![]() |
TrinityCore
|
#include "WorldSession.h"#include "MessageBuffer.h"#include "Log.h"#include "account_service.pb.h"#include "authentication_service.pb.h"#include "api/client/v1/block_list_listener.pb.h"#include "api/client/v1/block_list_service.pb.h"#include "challenge_service.pb.h"#include "api/client/v1/club_listener.pb.h"#include "api/client/v1/club_membership_listener.pb.h"#include "ClubMembershipService.h"#include "ClubService.h"#include "connection_service.pb.h"#include "friends_service.pb.h"#include "WorldserverGameUtilitiesService.h"#include "notification_service.pb.h"#include "api/client/v2/notification_listener.pb.h"#include "api/client/v2/notification_service.pb.h"#include "presence_listener.pb.h"#include "presence_service.pb.h"#include "report_service.pb.h"#include "api/client/v2/report_service.pb.h"#include "resource_service.pb.h"#include "api/client/v2/whisper_listener.pb.h"#include "api/client/v2/whisper_service.pb.h"
Include dependency graph for WorldserverServiceDispatcher.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Battlenet::WorldserverServiceDispatcher |
Namespaces | |
| namespace | Battlenet |
Macros | |
| #define | sServiceDispatcher Battlenet::WorldserverServiceDispatcher::Instance() |
| #define sServiceDispatcher Battlenet::WorldserverServiceDispatcher::Instance() |
Definition at line 76 of file WorldserverServiceDispatcher.h.