summaryrefslogtreecommitdiff
path: root/test/basicserver/TestContext.h
blob: d0c28349496115085b8cb9606a1f1ef4cf84fb0c (plain)
1
2
3
4
5
6
7
class TestContext
{
public:
	TestContext();
	~TestContext();
};