29 #ifndef _NETWORK_Chat_H__ 30 #define _NETWORK_Chat_H__ 45 Chat( uint8_t* data,
unsigned int clientID );
51 virtual inline unsigned int getSize()
const override;
60 unsigned char *getMessage();
Shared library macros, enums, constants and forward declarations for the network library ...
unsigned int getMessageLength()
Definition: Chat.h:57
::std::string string
Definition: gtest-port.h:756
Output level, used for messages directed to the user (e.g. "Press any key to continue") ...
Definition: OutputDefinitions.h:89
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
#define _NetworkExport
Definition: NetworkPrereqs.h:59
unsigned int clientID_
Definition: Chat.h:68
uint32_t messageLength_
Definition: Chat.h:65
Base class of Server and Client This is the Base class of the Server and Client classes.
Definition: Host.h:52