mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
simplification of qblog, only supports blogging now
- i.e. no file or profile view support git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@733 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
d7bcd50ad7
commit
5b2e6b2d62
@ -482,6 +482,13 @@ void p3Qblog::loadDummy(void)
|
||||
return;
|
||||
}
|
||||
|
||||
bool p3Qblog::getPeerLatestBlog(std::string id, uint32_t &ts, std::wstring &post)
|
||||
{
|
||||
#ifdef QBLOG_DEBUG
|
||||
std::cerr << "p3Qblog::getPeerLatestBlog(): " << "not implemented yet" << std::endl;
|
||||
#endif
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
bool p3Qblog::sort(void)
|
||||
|
Loading…
Reference in New Issue
Block a user