mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-01 18:15:10 -05:00
update for 64 bit interface change.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@772 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
5e9a7d976b
commit
889825b77e
@ -141,7 +141,7 @@ bool p3Files::FileControl(std::string hash, uint32_t flags)
|
||||
return false;
|
||||
}
|
||||
|
||||
bool p3Files::FileRequest(std::string fname, std::string hash, uint32_t size,
|
||||
bool p3Files::FileRequest(std::string fname, std::string hash, uint64_t size,
|
||||
std::string dest, uint32_t flags, std::list<std::string> srcIds)
|
||||
{
|
||||
std::cerr << "p3Files::FileRequest()";
|
||||
@ -200,7 +200,7 @@ bool p3Files::FileClearCompleted()
|
||||
|
||||
/* 3) Addition of Extra Files... From File System (Dummy at the moment) */
|
||||
|
||||
bool p3Files::ExtraFileAdd(std::string fname, std::string hash, uint32_t size,
|
||||
bool p3Files::ExtraFileAdd(std::string fname, std::string hash, uint64_t size,
|
||||
uint32_t period, uint32_t flags)
|
||||
{
|
||||
return false;
|
||||
|
@ -57,7 +57,7 @@ virtual bool FileUploads(std::list<std::string> &hashs);
|
||||
virtual bool FileDetails(std::string hash, uint32_t hintflags, FileInfo &info);
|
||||
|
||||
/* 2) Control of Downloads. */
|
||||
virtual bool FileRequest(std::string fname, std::string hash, uint32_t size,
|
||||
virtual bool FileRequest(std::string fname, std::string hash, uint64_t size,
|
||||
std::string dest, uint32_t flags,
|
||||
std::list<std::string> srcIds);
|
||||
virtual bool FileCancel(std::string hash);
|
||||
@ -66,7 +66,7 @@ virtual bool FileClearCompleted();
|
||||
|
||||
/* 3) Addition of Extra Files... From File System */
|
||||
|
||||
virtual bool ExtraFileAdd(std::string fname, std::string hash, uint32_t size,
|
||||
virtual bool ExtraFileAdd(std::string fname, std::string hash, uint64_t size,
|
||||
uint32_t period, uint32_t flags);
|
||||
virtual bool ExtraFileRemove(std::string hash, uint32_t flags);
|
||||
virtual bool ExtraFileHash(std::string localpath,
|
||||
|
Loading…
x
Reference in New Issue
Block a user