Extract getPlainText method

This commit is contained in:
AsamK 2015-09-09 11:53:01 +02:00
parent ebd5da5e83
commit b8c3c89ae0
2 changed files with 59 additions and 56 deletions

View file

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