22 #ifndef BACKENDS_NETWORKING_SDL_NET_UPLOADFILECLIENTHANDLER_H 23 #define BACKENDS_NETWORKING_SDL_NET_UPLOADFILECLIENTHANDLER_H 25 #include "backends/networking/sdl_net/client.h" 26 #include "common/path.h" 27 #include "common/stream.h" 31 enum UploadFileHandlerState {
33 UFH_READING_BLOCK_HEADERS,
34 UFH_READING_BLOCK_CONTENT,
50 UploadFileHandlerState _state;
54 uint32 _uploadedFiles;
56 void handleBlockHeaders(
Client *client);
57 void handleBlockContent(
Client *client);
59 void setSuccessHandler(
Client &client);
65 void handle(
Client *client)
override;
Definition: scummvmcloud.h:31
Definition: memstream.h:283
Definition: uploadfileclienthandler.h:49