diff options
Diffstat (limited to 'Software/Visual_Studio/Native/Tango.ProtoTest/ProtoTester.cpp')
| -rw-r--r-- | Software/Visual_Studio/Native/Tango.ProtoTest/ProtoTester.cpp | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Software/Visual_Studio/Native/Tango.ProtoTest/ProtoTester.cpp b/Software/Visual_Studio/Native/Tango.ProtoTest/ProtoTester.cpp new file mode 100644 index 000000000..08faf6155 --- /dev/null +++ b/Software/Visual_Studio/Native/Tango.ProtoTest/ProtoTester.cpp @@ -0,0 +1,18 @@ +#include "ProtoTester.h" + + +namespace Tango +{ + namespace ProtoTest + { + ProtoTester::ProtoTester() + { + + } + + ProtoTester::~ProtoTester() + { + + } + } +} |
