summaryrefslogtreecommitdiff
path: root/test/basicserver/TestContext.cpp
blob: 4b92766e8b617f795acb02730ad7b0899dc16ce2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#include "Box.h"
#include "Test.h"
#include "TestContext.h"

#include "MemLeakFindOn.h"

TestContext::TestContext()
{
}

TestContext::~TestContext()
{
}