mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
Replace Uuid with plUUID EVERYWHERE.
This commit is contained in:
@ -49,6 +49,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#pragma hdrstop
|
||||
|
||||
#include "pnEncryption/plChallengeHash.h"
|
||||
#include "pnUUID/pnUUID.h"
|
||||
|
||||
//#define NCCLI_DEBUGGING
|
||||
#ifdef NCCLI_DEBUGGING
|
||||
@ -112,7 +113,7 @@ enum ENetCliMode {
|
||||
***/
|
||||
|
||||
// connection structure attached to each socket
|
||||
struct NetCli : THashKeyVal<Uuid> {
|
||||
struct NetCli {
|
||||
|
||||
// communication channel
|
||||
AsyncSocket sock;
|
||||
@ -917,7 +918,6 @@ static NetCli * ConnCreate (
|
||||
cli->protocol = (ENetProtocol) protocol;
|
||||
cli->channel = channel;
|
||||
cli->mode = mode;
|
||||
cli->SetValue(kNilGuid);
|
||||
|
||||
#if !defined(PLASMA_EXTERNAL_RELEASE) && defined(HS_BUILD_FOR_WIN32)
|
||||
// Network debug pipe
|
||||
|
Reference in New Issue
Block a user