X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=examples%2Fminimalistic-server.cpp;h=229fea5612067670939a67a71f4f6f1da7f6984f;hp=46cb9ec27732d9847cee354cf6ddd6cbc8293a31;hb=71def1d72676dc1e60abd8b24e9285b7edbc9172;hpb=db49c2f908cd5a007e21d27ba614eb4018f92efc diff --git a/examples/minimalistic-server.cpp b/examples/minimalistic-server.cpp index 46cb9ec..229fea5 100644 --- a/examples/minimalistic-server.cpp +++ b/examples/minimalistic-server.cpp @@ -14,7 +14,7 @@ using namespace std; -LIBT2P_EXPORT string testfunc(const string& str) +LIBT2N_EXPORT string testfunc(const string& str) { string ret; if (str=="throw")