r8635: make object inheritance with the builtin objects easy by allowing
authorAndrew Tridgell <tridge@samba.org>
Wed, 20 Jul 2005 06:20:36 +0000 (06:20 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:29:47 +0000 (13:29 -0500)
commit6a1ed328e27769bd52899fc2437a43fc17104eff
tree74a726729bc89d3745aeaf31b649f55f7e767db6
parent668dd29259198698c556c50e28a9070085db89ea
r8635: make object inheritance with the builtin objects easy by allowing
callers to optionally supply an existing object to add the properties
to. So you can do:

 var rpc = samr_init();
 lsa_init(rpc);

and you end up with 'rpc' having both the samr and lsa functions and
constants available.
source/build/pidl/Parse/Pidl/Samba/EJS.pm
source/scripting/ejs/mprutil.c
source/scripting/ejs/smbcalls_ldb.c
source/scripting/ejs/smbcalls_nss.c
source/scripting/ejs/smbcalls_sys.c