You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by Apache Wiki <wi...@apache.org> on 2009/08/31 21:27:09 UTC

[Thrift Wiki] Trivial Update of "FAQ" by RobSlifka

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 RobSlifka:
http://wiki.apache.org/thrift/FAQ

The comment on the change is:
Minor update to point out that method overloading is not supported.

------------------------------------------------------------------------------
  If you get an error about PATH_MAX not being declared, please make sure you are building from the latest SVN.  We've fixed some issues with GCC 4.3 and FC9 in particular since the last release.
  
  ===== Is struct inheritance supported? =====
+ No, it isn't.  Thrift support inheritance of service interfaces, but only composition/containment for structures.
- No, it isn't.  Thrift support inheritance of service interfaces,
- but only composition/containment for structures.
  
+ ===== Can I overload service methods? =====
+ Nope.  Method names must be unique.
+