From 914f4db513477d9aff726546bac47545195a3e37 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 16 Nov 2017 13:38:56 +0200 Subject: Rename "Visual Studio" to "Visual_Studio" Rename "External Repositories" to "External_Repositories". --- .../Native/Tango.ProtoTest/ProtoTester.cpp | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Software/Visual_Studio/Native/Tango.ProtoTest/ProtoTester.cpp (limited to 'Software/Visual_Studio/Native/Tango.ProtoTest/ProtoTester.cpp') 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() + { + + } + } +} -- cgit v1.3.1