Uploaded image for project: 'Thrift'
  1. Thrift
  2. THRIFT-2631

c_glib: Support service inheritance in clients

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.9.1
    • 0.9.2
    • C glib - Compiler
    • Fedora 20 x86_64

    • Patch Available

    Description

      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.

      Attachments

        Activity

          People

            roger Roger Meier
            simonsouth Simon South
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: