|
RakNet
4.0
|
Implementation of FileListProgress to use RAKNET_DEBUG_PRINTF. More...
#include <FileList.h>
Public Member Functions | |
| virtual void | OnAddFilesFromDirectoryStarted (FileList *fileList, char *dir) |
| First callback called when FileList::AddFilesFromDirectory() starts. | |
| virtual void | OnDirectory (FileList *fileList, char *dir, unsigned int directoriesRemaining) |
| Called for each directory, when that directory begins processing. | |
| virtual void | OnFilePushesComplete (SystemAddress systemAddress, unsigned short setID) |
| This function is called when all files have been transferred to a particular remote system. | |
| virtual void | OnSendAborted (SystemAddress systemAddress) |
| This function is called when a send to a system was aborted (probably due to disconnection) | |
Public Member Functions inherited from RakNet::FileListProgress | |
| virtual void | OnFile (FileList *fileList, char *dir, char *fileName, unsigned int fileSize) |
| Called for each file, when that file begins processing. | |
| virtual void | OnFilePush (const char *fileName, unsigned int fileLengthBytes, unsigned int offset, unsigned int bytesBeingSent, bool done, SystemAddress targetSystem, unsigned short setId) |
| This function is called when we are sending a file to a remote system. | |
Implementation of FileListProgress to use RAKNET_DEBUG_PRINTF.
1.8.2