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/14 05:00:15 UTC

[Thrift Wiki] Trivial Update of "ThriftIDL" 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/ThriftIDL

The comment on the change is:
Updated deprecated "async" keyword to "oneway"

------------------------------------------------------------------------------
  
  == Functions ==
  
- {{{[20] Function        ::=  'async'? FunctionType Identifier '(' Field* ')' Throws? ListSeparator?}}}
+ {{{[20] Function        ::=  'oneway'? FunctionType Identifier '(' Field* ')' Throws? ListSeparator?}}}
  
  {{{[21] FunctionType    ::=  FieldType | 'void'}}}