summaryrefslogtreecommitdiffstats
path: root/idlc/test
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2012-11-29 21:27:57 +0100
committerThorsten Behrens <tbehrens@suse.com>2012-11-30 14:36:35 +0100
commit90eac3e69749a9227c4b6902b1f3cef1e338c6d1 (patch)
tree1e02834a1b94bc06168b50b95590ee547a574927 /idlc/test
parentdo not write rotation when it is equal to multiple of 360 degrees (diff)
downloadcore-90eac3e69749a9227c4b6902b1f3cef1e338c6d1.tar.gz
core-90eac3e69749a9227c4b6902b1f3cef1e338c6d1.zip
API CHANGE remove [oneway] method attributes
Remove non-functional and broken [oneway] attributes from all idl files. Change idl compiler to no longer digest such idl. Change-Id: Ie14c5012beccb6242d7cd592d434a88091b695d1
Diffstat (limited to 'idlc/test')
-rw-r--r--idlc/test/interface.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/test/interface.idl b/idlc/test/interface.idl
index 7aa0e3e7dc75..7af48c8b60d7 100644
--- a/idlc/test/interface.idl
+++ b/idlc/test/interface.idl
@@ -35,7 +35,7 @@ interface XBase
interface XTestBaseTypes : XBase
{
void voidFunc();
- [oneway] void onewayFunc();
+ void onewayFunc();
short shortFunc( [in] short inparam, [out] short outparam, [inout] short inoutparam);
unsigned short uShortFunc( [in] unsigned short inparam, [out] unsigned short outparam, [inout] unsigned short inoutparam);