[
https://issues.apache.org/jira/browse/THRIFT-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13856598#comment-13856598
]
Martin Vogt commented on THRIFT-2295:
-------------------------------------
Only for the Bit-test. (x & 0x0 = 0x0).
But there is no real reason.
Currently I don't know, these are just experiments, but I like
the idea to connect different services together. For example
to build a filtergraph or MVC.
Hm. I didn't know that these exists, most likely the person
who implemented oneway didn't know it too. Therefore
the reason to make the oneway implementation more generic.
> Make "oneway" more generic
> --------------------------
>
> Key: THRIFT-2295
> URL: https://issues.apache.org/jira/browse/THRIFT-2295
> Project: Thrift
> Issue Type: Improvement
> Components: Compiler (General)
> Affects Versions: 0.9.1
> Reporter: Martin Vogt
> Priority: Trivial
> Attachments: functionModifiers.patch
>
>
> I'm experimenting with different function modifiers
> ("oneway","signal","slot", etc...)
> The current code does not make such tests easy, because the "oneway"
> modifier is hardcoded as bool.
> The following patch improves the optional function modifier to be more
> generic.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)