diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-12 11:48:42 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-12 11:48:42 +0100 |
commit | d1101dba79d65b0991668069b91946198f343ead (patch) | |
tree | c38e854ebaaa16b53d8e1fe880a79d55dc61032f /source4 | |
parent | 0f8d749144b60c62bbc9e0b934aecc2825d5d0d5 (diff) | |
download | samba-d1101dba79d65b0991668069b91946198f343ead.tar.gz samba-d1101dba79d65b0991668069b91946198f343ead.tar.bz2 samba-d1101dba79d65b0991668069b91946198f343ead.zip |
Remove noejs property, which is no longer used.
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/dom_sid.idl | 2 | ||||
-rw-r--r-- | source4/librpc/idl/irpc.idl | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/source4/librpc/idl/dom_sid.idl b/source4/librpc/idl/dom_sid.idl index 80df11dbfe..1fc8ee2165 100644 --- a/source4/librpc/idl/dom_sid.idl +++ b/source4/librpc/idl/dom_sid.idl @@ -24,7 +24,7 @@ interface dom_sid { /* a domain SID. Note that unlike Samba3 this contains a pointer, so you can't copy them using assignment */ - typedef [public,gensize,noprint,noejs,nosize] struct { + typedef [public,gensize,noprint,nosize] struct { uint8 sid_rev_num; /**< SID revision number */ [range(0,15)] int8 num_auths; /**< Number of sub-authorities */ uint8 id_auth[6]; /**< Identifier Authority */ diff --git a/source4/librpc/idl/irpc.idl b/source4/librpc/idl/irpc.idl index e3ea7e55e1..41787355a9 100644 --- a/source4/librpc/idl/irpc.idl +++ b/source4/librpc/idl/irpc.idl @@ -14,7 +14,7 @@ import "misc.idl", "security.idl", "nbt.idl"; IRPC_FLAG_REPLY = 0x0001 } irpc_flags; - typedef [public,noejs] struct { + typedef [public] struct { GUID uuid; uint32 if_version; uint32 callnum; @@ -65,17 +65,17 @@ import "misc.idl", "security.idl", "nbt.idl"; [out,unique] astring *dcname ); - typedef [noejs] struct { + typedef struct { ipv4address addr; } nbtd_proxy_wins_addr; - [noejs] void nbtd_proxy_wins_challenge( + void nbtd_proxy_wins_challenge( [in] nbt_name name, [in,out] uint32 num_addrs, [in,out] nbtd_proxy_wins_addr addrs[num_addrs] ); - [noejs] void nbtd_proxy_wins_release_demand( + void nbtd_proxy_wins_release_demand( [in] nbt_name name, [in] uint32 num_addrs, [in] nbtd_proxy_wins_addr addrs[num_addrs] |