summaryrefslogtreecommitdiff
path: root/test/basicserver/TestContext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/basicserver/TestContext.cpp')
-rwxr-xr-xtest/basicserver/TestContext.cpp16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/basicserver/TestContext.cpp b/test/basicserver/TestContext.cpp
new file mode 100755
index 00000000..4b92766e
--- /dev/null
+++ b/test/basicserver/TestContext.cpp
@@ -0,0 +1,16 @@
+
+#include "Box.h"
+#include "Test.h"
+#include "TestContext.h"
+
+#include "MemLeakFindOn.h"
+
+TestContext::TestContext()
+{
+}
+
+TestContext::~TestContext()
+{
+}
+
+