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:
chrisparker126 2008-09-21 21:09:12 +00:00
parent d7bcd50ad7
commit 5b2e6b2d62

View File

@ -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)