mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
https://gitlab.com/samba-team/samba is the Official GitLab mirror of https://git.samba.org/samba.git -- Merge requests should be made on GitLab (not on GitHub)
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
|
||
---|---|---|
packaging/debian | ||
source4 | ||
swat | ||
testprogs | ||
COPYING | ||
howto.txt | ||
prog_guide.txt | ||
swat2.txt |