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/10/24 01:49:59 UTC

[Thrift Wiki] Update of "ThriftIDL" by MichaelDevine

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.

The "ThriftIDL" page has been changed by MichaelDevine.
The comment on this change is: Corrected Thrift include description to more accurately reflect the way that the include statement works. It doesn't actually include the contents of another file, it just imports the symbols..
http://wiki.apache.org/thrift/ThriftIDL?action=diff&rev1=17&rev2=18

--------------------------------------------------

  
  === Thrift Include ===
  
- A Thrift include includes another Thrift document in the current Thrift document.
+ An include makes all the symbols from another file visible (with a prefix) and adds corresponding include statements into the code generated for this Thrift document.
  
  {{{[3]  Include         ::=  'include' Literal}}}