TrinityCore
BattlenetAccountMgr.cpp File Reference
#include "BattlenetAccountMgr.h"
#include "AccountMgr.h"
#include "DatabaseEnv.h"
#include "SRP6.h"
#include "Util.h"
+ Include dependency graph for BattlenetAccountMgr.cpp:

Go to the source code of this file.

Typedefs

using GameAccountMgr = AccountMgr
 
using BnetSRP6_OLD = Trinity::Crypto::SRP::BnetSRP6v1< Trinity::Crypto::SHA256 >
 
using BnetSRP6 = Trinity::Crypto::SRP::BnetSRP6v2< Trinity::Crypto::SHA256 >
 

Enumerations

enum class  SrpVersion : int8 { v1 = 1 , v2 = 2 }
 

Typedef Documentation

◆ BnetSRP6

◆ BnetSRP6_OLD

◆ GameAccountMgr

Definition at line 24 of file BattlenetAccountMgr.cpp.

Enumeration Type Documentation

◆ SrpVersion

enum class SrpVersion : int8
strong
Enumerator
v1 
v2 

Definition at line 28 of file BattlenetAccountMgr.cpp.