Dear Wiki user, You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.
The following page has been changed by HannesBaldursson: http://wiki.apache.org/thrift/ThriftUsageC++ ------------------------------------------------------------------------------ class SomethingHandler : virtual public SomethingIf { public: SomethingHandler() { - ''' // Your initialization goes here''' + // Your initialization goes here } int32_t ping() { - ''''// Your implementation goes here''' + // Your implementation goes here printf("ping\n"); }
