Implementation of FileListProgress to use RAKNET_DEBUG_PRINTF. More...
#include <FileList.h>
Inherits FileListProgress.

Public Member Functions | |
| FLP_Printf () | |
| virtual | ~FLP_Printf () |
| 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. | |
Implementation of FileListProgress to use RAKNET_DEBUG_PRINTF.
Definition at line 103 of file FileList.h.
| FLP_Printf::FLP_Printf | ( | ) | [inline] |
Definition at line 106 of file FileList.h.
| virtual FLP_Printf::~FLP_Printf | ( | ) | [inline, virtual] |
Definition at line 107 of file FileList.h.
| void FLP_Printf::OnAddFilesFromDirectoryStarted | ( | FileList * | fileList, | |
| char * | dir | |||
| ) | [virtual] |
First callback called when FileList::AddFilesFromDirectory() starts.
Reimplemented from FileListProgress.
Definition at line 55 of file FileList.cpp.
| void FLP_Printf::OnDirectory | ( | FileList * | fileList, | |
| char * | dir, | |||
| unsigned int | directoriesRemaining | |||
| ) | [virtual] |
Called for each directory, when that directory begins processing.
Reimplemented from FileListProgress.
Definition at line 60 of file FileList.cpp.
1.7.1