Backup.
This commit is contained in:
@@ -7,6 +7,16 @@
|
||||
namespace ehs
|
||||
{
|
||||
const UInt_64 NetChannel::internalSys = Str_8::Hash_64("Internal");
|
||||
const UInt_64 NetChannel::connectOp = Str_8::Hash_64("Connect");
|
||||
const UInt_64 NetChannel::connectedOp = Str_8::Hash_64("Connected");
|
||||
const UInt_64 NetChannel::rejectedOp = Str_8::Hash_64("Rejected");
|
||||
const UInt_64 NetChannel::disconnectOp = Str_8::Hash_64("Disconnect");
|
||||
const UInt_64 NetChannel::disconnectedOp = Str_8::Hash_64("Disconnected");
|
||||
const UInt_64 NetChannel::statusUpdateOp = Str_8::Hash_64("StatusUpdate");
|
||||
const UInt_64 NetChannel::pingOp = Str_8::Hash_64("Ping");
|
||||
const UInt_64 NetChannel::pongOp = Str_8::Hash_64("Pong");
|
||||
const UInt_64 NetChannel::latencyOp = Str_8::Hash_64("Latency");
|
||||
const UInt_64 NetChannel::receivedOp = Str_8::Hash_64("Received");
|
||||
|
||||
NetChannel::~NetChannel()
|
||||
{
|
||||
|
Reference in New Issue
Block a user