summaryrefslogtreecommitdiffstats
path: root/Tests/VSWinStorePhone/CxxDLL/cxxdll.cpp
blob: d82a792d784ce6e8acb0d4a6e26e37d152df114c (plain)
1
2
3
4
5
6
7
#include "cxxdll.h"
#include <iostream>

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