include common cpp from server cpp
[libt2n] / examples / minimalistic-server.cpp
index 90dbc22..dde3843 100644 (file)
@@ -12,9 +12,9 @@
 
 using namespace std;
 
-LIBT2N_SET_DEFAULTGROUP(example)
+LIBT2N_SET_DEFAULTGROUP(example);
 
-LIBT2N_EXPORT string testfunc(const string& str) 
+LIBT2N_EXPORT std::string testfunc(const string& str) 
 {
     string ret;
     if (str=="throw")