diff options
author | Ben Summers <ben@fluffy.co.uk> | 2005-10-14 08:50:54 +0000 |
---|---|---|
committer | Ben Summers <ben@fluffy.co.uk> | 2005-10-14 08:50:54 +0000 |
commit | 99f8ce096bc5569adbfea1911dbcda24c28d8d8b (patch) | |
tree | 049c302161fea1f2f6223e1e8f3c40d9e8aadc8b /test/basicserver/TestContext.h |
Box Backup 0.09 with a few tweeks
Diffstat (limited to 'test/basicserver/TestContext.h')
-rwxr-xr-x | test/basicserver/TestContext.h | 7 |
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(); +}; |