1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/testprogs
Andrew Tridgell f7b49ecd08 r8821: continue the trend to move to a more OO style of interface for our js
calls. This changes the generated RPC and IRPC calls to use the 'this'
object pointer instead of requiring the passing of the object on each
call. So typical usage is now:

var echo = echo_init();
var io = irpcObj();

status = echo.connect("ncacn_np:server");
assert(status.is_ok);

io.input.in_data = 7;
status = echo.AddOne(io);
assert(status.is_ok);
2007-10-10 13:30:08 -05:00
..
ejs r8821: continue the trend to move to a more OO style of interface for our js 2007-10-10 13:30:08 -05:00
win32 r7161: - Add support for "aliases" for pidls scalar types and add a few aliases. 2007-10-10 13:17:21 -05:00