summaryrefslogtreecommitdiffstats
path: root/Tests/VSWinStorePhone/CxxDLL/cxxdll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/VSWinStorePhone/CxxDLL/cxxdll.cpp')
-rw-r--r--Tests/VSWinStorePhone/CxxDLL/cxxdll.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/Tests/VSWinStorePhone/CxxDLL/cxxdll.cpp b/Tests/VSWinStorePhone/CxxDLL/cxxdll.cpp
new file mode 100644
index 0000000..d82a792
--- /dev/null
+++ b/Tests/VSWinStorePhone/CxxDLL/cxxdll.cpp
@@ -0,0 +1,7 @@
+#include "cxxdll.h"
+#include <iostream>
+
+void CxxDllClass::SomeMethod()
+{
+ std::cout << "CxxDllClass::SomeMethod\n";
+}