|
RakNet
4.0
|
Sample implementation of AutopatcherServerLoadNotifier using printf. More...
#include <AutopatcherServer.h>
Inherits RakNet::AutopatcherServerLoadNotifier.
Additional Inherited Members | |
Public Types inherited from RakNet::AutopatcherServerLoadNotifier | |
| enum | RequestType |
| The server only handles two types of requests - to get a change list since a certain date, or to get a patch. | |
Public Member Functions inherited from RakNet::AutopatcherServerLoadNotifier | |
| 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.
1.8.2