[
https://issues.apache.org/jira/browse/THRIFT-2631?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14197502#comment-14197502
]
Hudson commented on THRIFT-2631:
--------------------------------
SUCCESS: Integrated in Thrift #1331 (See
[https://builds.apache.org/job/Thrift/1331/])
THRIFT-2631 c_glib: Support service inheritance in clients (roger: rev
1d7e35a7cb588a1e1f679a7306ff4bb57305ee11)
* lib/c_glib/test/testdebugproto.c
* compiler/cpp/src/generate/t_c_glib_generator.cc
> c_glib: Support service inheritance in clients
> ----------------------------------------------
>
> Key: THRIFT-2631
> URL: https://issues.apache.org/jira/browse/THRIFT-2631
> Project: Thrift
> Issue Type: Improvement
> Components: C glib - Compiler
> Affects Versions: 0.9.1
> Environment: Fedora 20 x86_64
> Reporter: Simon South
> Assignee: Roger Meier
> Priority: Minor
> Labels: c_glib, compiler, patch
> Fix For: 0.9.2
>
> Attachments:
> thrift-2631-support-service-inheritance-clients-c_glib.patch
>
>
> Currently the compiler for c_glib doesn't fully support service inheritance
> (i.e. the {{extends}} keyword in service definitions) when generating a
> service client: It is smart enough to include the necessary header file, but
> not yet smart enough to
> * Make the generated client class a subclass of the parent service's client
> class, and
> * Omit the definition of properties inherited from the parent class.
> Once this support is added I can submit a client tutorial for c_glib that
> duplicates all the functionality of the C++ one.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)