RetroShare/tests/unittests/libretroshare/gxs/nxs_test/nxsgrpsyncdelayed.h
chrisparker126 0dabe4b8a1 support for retroshare links in gxs forums
- only group can link at the moment

added more nxs tests and better cleanup
- test ability sync with a delayed circle load 

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7384 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-05-27 21:14:05 +00:00

23 lines
374 B
C++

/*
* NxsGrpSyncDelayed.h
*
* Created on: 19 May 2014
* Author: crispy
*/
#ifndef NXSGRPSYNCDELAYED_H_
#define NXSGRPSYNCDELAYED_H_
#include "nxsgrpsync_test.h"
namespace rs_nxs_test {
class NxsGrpSyncDelayed : public NxsGrpSync {
public:
NxsGrpSyncDelayed();
virtual ~NxsGrpSyncDelayed();
};
} /* namespace rs_nxs_test */
#endif /* NXSGRPSYNCDELAYED_H_ */