summaryrefslogtreecommitdiff
path: root/test/basicserver/TestContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/basicserver/TestContext.h')
-rwxr-xr-xtest/basicserver/TestContext.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/basicserver/TestContext.h b/test/basicserver/TestContext.h
new file mode 100755
index 00000000..d0c28349
--- /dev/null
+++ b/test/basicserver/TestContext.h
@@ -0,0 +1,7 @@
+
+class TestContext
+{
+public:
+ TestContext();
+ ~TestContext();
+};