RakNet
4.0
|
Sample implementation of AutopatcherServerLoadNotifier using printf. More...
#include <AutopatcherServer.h>
Inherits RakNet::AutopatcherServerLoadNotifier.
Additional Inherited Members | |
![]() | |
enum | RequestType |
The server only handles two types of requests - to get a change list since a certain date, or to get a patch. | |
![]() | |
virtual void | OnQueueUpdate (SystemAddress remoteSystem, AutopatcherServerLoadNotifier::RequestType requestType, AutopatcherServerLoadNotifier::QueueOperation queueOperation, AutopatcherServerLoadNotifier::AutopatcherState *autopatcherState) |
virtual void | OnGetPatchCompleted (SystemAddress remoteSystem, AutopatcherServerLoadNotifier::PatchResult patchResult, AutopatcherServerLoadNotifier::AutopatcherState *autopatcherState) |
Sample implementation of AutopatcherServerLoadNotifier using printf.