mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
f6d2892faa
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);
(This used to be commit
|
||
---|---|---|
.. | ||
argv.js | ||
bugs.js | ||
echo.js | ||
ldap.js | ||
ldb.js | ||
loadparm.js | ||
nbtstats | ||
resolveName.js | ||
samr.js | ||
sprintf.js |