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/Tutorial

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

------------------------------------------------------------------------------
     * A method definition looks like C code. It has a return type, arguments,
     * and optionally a list of exceptions that it may throw. Note that argument
     * lists and exception lists are specified using the exact same syntax as
-    * field lists in struct or exception definitions.
+    * field lists in struct or exception definitions.  NOTE: Overloading of
+    * methods is not supported; each method requires a unique name.
     */
  
     void ping(),

Reply via email to