added new tests for msgitem and refactored support functions. testnotes added to keep track of whats left to be done

pls make notes in file when you add tests

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3333 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2010-08-02 20:33:53 +00:00
parent 2053e08e46
commit 7318fdf9c8
13 changed files with 779 additions and 476 deletions

View file

@ -60,7 +60,10 @@ class RsChatItem: public RsItem
virtual uint32_t serial_size() = 0 ; // deserialise is handled using a constructor
};
/*!
* For sending chat msgs
* @see p3ChatService
*/
class RsChatMsgItem: public RsChatItem
{
public: