Add an INOUT argument to the AppBroker test
This commit is contained in:
parent
cd20ada69e
commit
18402def5a
|
@ -72,5 +72,6 @@ typedef String ** STRING_INOUT;
|
||||||
|
|
||||||
/* calls */
|
/* calls */
|
||||||
void Test_Test(App * app, AppServerClient * client, INT32 i32);
|
void Test_Test(App * app, AppServerClient * client, INT32 i32);
|
||||||
|
void Test_Test2(App * app, AppServerClient * client, INT32_INOUT i32);
|
||||||
|
|
||||||
#endif /* !Test_Test_H */
|
#endif /* !Test_Test_H */
|
||||||
|
|
|
@ -4,3 +4,7 @@ service=Test
|
||||||
[call::Test]
|
[call::Test]
|
||||||
#ret=void
|
#ret=void
|
||||||
arg1=INT32,i32
|
arg1=INT32,i32
|
||||||
|
|
||||||
|
[call::Test2]
|
||||||
|
#ret=void
|
||||||
|
arg1=INT32_INOUT,i32
|
||||||
|
|
Loading…
Reference in New Issue
Block a user