You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by eamonnmoloney <gi...@git.apache.org> on 2012/10/25 11:57:56 UTC

thrift pull request: Fix for service inheritance. The service was always ex...

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 <ea...@gmail.com>
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

----