mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-14 20:12:29 -04:00
forgot to add these two files
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1839 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
75a32ad032
commit
426fc06938
2 changed files with 47 additions and 0 deletions
13
libretroshare/src/ft/ftchunkmap.h
Normal file
13
libretroshare/src/ft/ftchunkmap.h
Normal file
|
@ -0,0 +1,13 @@
|
|||
#pragma once
|
||||
|
||||
#include <rsiface/rstypes.h>
|
||||
|
||||
class ChunkMap: public FileChunksInfo
|
||||
{
|
||||
public:
|
||||
ChunkMap(uint64_t size) ;
|
||||
|
||||
virtual void received(uint64_t offset) ;
|
||||
virtual void requested(uint64_t offset, uint32_t chunk_size) ;
|
||||
};
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue