1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/source/scripting
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
..
bin r8639: moved loadparm calls into an ejs object 2007-10-10 13:29:48 -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
libjs r8821: continue the trend to move to a more OO style of interface for our js 2007-10-10 13:30:08 -05:00
swig r7062: Merge scripting/swig/config.mk with scripting/config.mk 2007-10-10 13:17:10 -05:00
config.m4 r383: Scripting extensions using swig. This commit includes only a (LGPL) 2007-10-10 12:51:36 -05:00
config.mk r8069: the beginnings of code to allow rpc calls to be made from ejs 2007-10-10 13:19:04 -05:00