aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Native/Tango.ProtoTest/ProtoTester.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Visual_Studio/Native/Tango.ProtoTest/ProtoTester.cpp')
-rw-r--r--Software/Visual_Studio/Native/Tango.ProtoTest/ProtoTester.cpp18
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()
+ {
+
+ }
+ }
+}