GitHub user eamonnmoloney opened a pull request:
https://github.com/apache/thrift/pull/28
Fix for service inheritance. The service was always extending NSObject. ...
...It will now extend the superclass if it exists
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/eamonnmoloney/thrift trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/28.patch
----
commit 1388edb6f3dfdef30baf495c0306d6dfcaf63fdc
Author: Eamonn Moloney <[email protected]>
Date: 2012-10-25T02:53:17-07:00
Fix for service inheritance. The service was always extending NSObject. It
will now extend the superclass if it exists
----