3#include <Foundation/Communication/RemoteInterface.h>
5#ifdef BUILDSYSTEM_ENABLE_ENET_SUPPORT
11 ~plRemoteInterfaceEnet();
17 plUInt16 GetPort()
const {
return m_uiPort; }
20 plRemoteInterfaceEnet();
21 friend class plRemoteInterfaceEnetImpl;
24 plUInt16 m_uiPort = 0;
Base class for all memory allocators.
Definition Allocator.h:23
static PL_ALWAYS_INLINE plAllocator * GetDefaultAllocator()
The default allocator can be used for any kind of allocation if no alignment is required.
Definition Basics.h:82
Definition RemoteInterface.h:60
Definition Allocator_inl.h:18