mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-09 01:25:17 -04:00
Extract getPlainText method
This commit is contained in:
parent
ebd5da5e83
commit
b8c3c89ae0
2 changed files with 59 additions and 56 deletions
|
@ -102,6 +102,8 @@ private:
|
|||
void handleSendStatus(Request& req, Response& resp);
|
||||
void handleUnreadMsgs(Request& req, Response& resp);
|
||||
|
||||
void getPlainText(const std::string& in, std::string &out, std::vector<Triple> &links);
|
||||
|
||||
StateTokenServer* mStateTokenServer;
|
||||
RsNotify* mNotify;
|
||||
RsMsgs* mRsMsgs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue