mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 15:39:27 -05:00
added missing dummy class definitions for linking test programs
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3580 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
6cf3521e0b
commit
978528824b
@ -134,3 +134,13 @@ bool ftDataRecvDummy::recvChunkMap(const std::string& peer_id,const std::string
|
||||
return true;
|
||||
}
|
||||
|
||||
bool ftDataRecvDummy::sendCRC32MapRequest(const std::string& peer_id,const std::string& hash)
|
||||
{
|
||||
return true ;
|
||||
}
|
||||
|
||||
/* Send a chunk map */
|
||||
bool ftDataRecvDummy::sendCRC32Map(const std::string& peer_id,const std::string& hash, const CompressedChunkMap& cmap)
|
||||
{
|
||||
return true ;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user