X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2Fserver.hxx;h=ccca538ec00498549601a511c3e15702279e1131;hp=b20708b76cb22bc36d781fbe8b9404974721f99b;hb=29ba0e9777f576fa318decb2915bf8895bf233eb;hpb=25b3f2c14d2194d6f5aff9a21c09537c4741caa5 diff --git a/example-codegen/server.hxx b/example-codegen/server.hxx index b20708b..ccca538 100644 --- a/example-codegen/server.hxx +++ b/example-codegen/server.hxx @@ -34,7 +34,7 @@ LIBT2N_EXPORT int t2(int i) using namespace std; -LIBT2N_EXPORT bool t3(int i, float f, const string &s, const pair &p) +LIBT2N_EXPORT_GROUP(other) bool t3(int i, float f, const string &s, const pair &p) { return (i==p.first) && (f==p.second) && (s=="hello"); }