Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <vsnet_dloadmgr.h>
Public Member Functions | |
DownloadItemFile (SOCKETALT sock, const std::string &failed_file) | |
DownloadItemFile (SOCKETALT sock, const std::string &file, VSFileSystem::VSFile *f, size_t sz) | |
virtual | ~DownloadItemFile () |
virtual size_t | offset () const |
virtual size_t | remainingSize () const |
virtual void | copyFromFile (unsigned char *buf, size_t sz) |
![]() | |
DownloadItem (SOCKETALT sock, bool error, const std::string &file) | |
virtual | ~DownloadItem () |
SOCKETALT | getSock () const |
bool | error () const |
std::string | file () const |
Definition at line 138 of file vsnet_dloadmgr.h.
VsnetDownload::Server::DownloadItemFile::DownloadItemFile | ( | SOCKETALT | sock, |
const std::string & | failed_file | ||
) |
VsnetDownload::Server::DownloadItemFile::DownloadItemFile | ( | SOCKETALT | sock, |
const std::string & | file, | ||
VSFileSystem::VSFile * | f, | ||
size_t | sz | ||
) |
|
virtual |
Definition at line 415 of file vsnet_dloadmgr.cpp.
|
virtual |
Implements VsnetDownload::Server::DownloadItem.
Definition at line 430 of file vsnet_dloadmgr.cpp.
References VSFileSystem::VSFile::Read().
|
virtual |
Implements VsnetDownload::Server::DownloadItem.
Definition at line 420 of file vsnet_dloadmgr.cpp.
|
virtual |
Implements VsnetDownload::Server::DownloadItem.
Definition at line 425 of file vsnet_dloadmgr.cpp.