29 #ifndef _FunctionCallManager_H__ 30 #define _FunctionCallManager_H__ 52 static void bufferIncomingFunctionCall(
const FunctionCall& fctCall, uint32_t minGamestateID, uint32_t peerID );
53 static void processBufferedFunctionCalls();
56 static std::map<uint32_t, packet::FunctionCalls*>
sPeerMap_;
Shared library macros, enums, constants and forward declarations for the network library ...
static std::vector< std::pair< FunctionCall, std::pair< uint32_t, uint32_t > > > sIncomingFunctionCallBuffer_
Definition: FunctionCallManager.h:58
Definition: FunctionCall.h:45
Definition: FunctionCallManager.h:45
Die Wagnis Klasse hat die folgenden Aufgaben:
Definition: ApplicationPaths.cc:66
#define _NetworkExport
Definition: NetworkPrereqs.h:59
Shared library macros, enums, constants and forward declarations for the util library ...
static std::map< uint32_t, packet::FunctionCalls * > sPeerMap_
Definition: FunctionCallManager.h:56
The MultiType can hold a value of many possible types and convert them to other types.
Definition: MultiType.h:130
Base class of Server and Client This is the Base class of the Server and Client classes.
Definition: Host.h:52