Improve the "appbroker.sh" test
This commit is contained in:
parent
76f2febb8f
commit
68d65c1fa8
|
@ -12,6 +12,7 @@
|
|||
|
||||
/* calls */
|
||||
void Test_Test(App * app, AppServerClient * client, int32_t i32);
|
||||
void Test_Test2(App * app, AppServerClient * client, int32_t * i32);
|
||||
bool Test_Test2(App * app, AppServerClient * client, int32_t * i32);
|
||||
String const * Test_Test3(App * app, AppServerClient * client, int32_t *);
|
||||
|
||||
#endif /* !Test_Test_H */
|
||||
|
|
|
@ -2,9 +2,13 @@
|
|||
service=Test
|
||||
|
||||
[call::Test]
|
||||
#ret=void
|
||||
ret=VOID
|
||||
arg1=INT32,i32
|
||||
|
||||
[call::Test2]
|
||||
#ret=void
|
||||
ret=BOOL
|
||||
arg1=INT32_INOUT,i32
|
||||
|
||||
[call::Test3]
|
||||
ret=STRING
|
||||
arg1=INT32_INOUT
|
||||
|
|
Loading…
Reference in New Issue
Block a user