X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=examples%2Fminimalistic-server.cpp;h=1b5e3a27daa7a253beb474edd3e42a4f03e893c5;hp=46cb9ec27732d9847cee354cf6ddd6cbc8293a31;hb=bfe60617b40a78d0656accf878f231ce7bfa358b;hpb=db49c2f908cd5a007e21d27ba614eb4018f92efc diff --git a/examples/minimalistic-server.cpp b/examples/minimalistic-server.cpp index 46cb9ec..1b5e3a2 100644 --- a/examples/minimalistic-server.cpp +++ b/examples/minimalistic-server.cpp @@ -5,8 +5,6 @@ ***************************************************************************/ #include -#include - #include "minimalistic-stub.hxx" #include @@ -14,7 +12,7 @@ using namespace std; -LIBT2P_EXPORT string testfunc(const string& str) +LIBT2N_EXPORT_GROUP(example) string testfunc(const string& str) { string ret; if (str=="throw")