X-Git-Url: http://developer.intra2net.com/git/?p=libt2n;a=blobdiff_plain;f=example-codegen%2Fserver.hxx;h=ccca538ec00498549601a511c3e15702279e1131;hp=b20708b76cb22bc36d781fbe8b9404974721f99b;hb=4ddaa0f5ce6d2f7b6a2419dad9ff83879e04df2c;hpb=71ae912ce0ade8f13cbffe0f105dad453f5e579f 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"); }