summaryrefslogtreecommitdiff
path: root/Tests/VSWinStorePhone/CxxDLL/cxxdll.cpp
blob: 1438e8a881214064be61187ae71dc9ac2c1aa8b4 (plain)
1
2
3
4
5
6
7
8
#include "cxxdll.h"

#include <iostream>

void CxxDllClass::SomeMethod()
{
  std::cout << "CxxDllClass::SomeMethod\n";
}