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)
commit240ca36cf2a3ceb89e46b73486865a4a57339c89
tree7b6bd88d310719d197103a6fb2eae7f8980243ff
parenta4428c814ad90884ac0b442233d318f061f221bc
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.
(This used to be commit 6a1ed328e27769bd52899fc2437a43fc17104eff)
source4/build/pidl/Parse/Pidl/Samba/EJS.pm
source4/scripting/ejs/mprutil.c
source4/scripting/ejs/smbcalls_ldb.c
source4/scripting/ejs/smbcalls_nss.c
source4/scripting/ejs/smbcalls_sys.c