aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Android-Studio/Tango.BL/src/main/cpp/OtherClass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Software/Android-Studio/Tango.BL/src/main/cpp/OtherClass.cpp')
-rw-r--r--Software/Android-Studio/Tango.BL/src/main/cpp/OtherClass.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Software/Android-Studio/Tango.BL/src/main/cpp/OtherClass.cpp b/Software/Android-Studio/Tango.BL/src/main/cpp/OtherClass.cpp
new file mode 100644
index 000000000..50d6304dd
--- /dev/null
+++ b/Software/Android-Studio/Tango.BL/src/main/cpp/OtherClass.cpp
@@ -0,0 +1,9 @@
+//
+// Created by Roy on 11/5/2017.
+//
+
+#include "OtherClass.h"
+
+string OtherClass::getString(string str) {
+ return str;
+}