Remove noejs property, which is no longer used.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 12 Dec 2008 10:48:42 +0000 (11:48 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 12 Dec 2008 10:48:42 +0000 (11:48 +0100)
librpc/idl/lsa.idl
librpc/idl/misc.idl
librpc/idl/winreg.idl
pidl/lib/Parse/Pidl/Compat.pm
pidl/lib/Parse/Pidl/NDR.pm
source4/librpc/idl/dom_sid.idl
source4/librpc/idl/irpc.idl

index 003641d97a161231bacb487de234934468a2fe7a..db5ca3172044ad76ad30c0dc3d8f2b02f9cd7b48 100644 (file)
@@ -16,7 +16,7 @@ import "misc.idl", "security.idl";
        typedef bitmap security_secinfo security_secinfo;
        typedef bitmap kerb_EncTypes kerb_EncTypes;
 
-       typedef [public,noejs] struct {
+       typedef [public] struct {
                [value(2*strlen_m(string))] uint16 length;
                [value(2*strlen_m(string))] uint16 size;
                [charset(UTF16),size_is(size/2),length_is(length/2)] uint16 *string;
index 1907195252138962a86cfe75e9701c7f51dbb826..1ef0d913b9c429deb9e3163163010427332126ca 100644 (file)
@@ -7,7 +7,7 @@
 ]
 interface misc
 {
-       typedef [public,noprint,gensize,noejs] struct {
+       typedef [public,noprint,gensize] struct {
                uint32 time_low;
                uint16 time_mid;
                uint16 time_hi_and_version;
index 9216f9893bf58a83161ce1249da487794fcdf735..2f108a090bc8f7965789cbb141c488a752baecd7 100644 (file)
@@ -40,7 +40,7 @@ import "lsa.idl", "security.idl";
                REG_QWORD                      = 11
        } winreg_Type;
 
-       typedef [public,noejs] struct {
+       typedef [public] struct {
                [value(strlen_m_term(name)*2)] uint16 name_len;
                [value(strlen_m_term(name)*2)] uint16 name_size;
                [string,charset(UTF16)] uint16 *name;
index 75190211441e5c0db0840baa1361a21c9b1b031e..1b49c439c43bd3fdc4b679c0838d4bd832000949 100644 (file)
@@ -44,7 +44,6 @@ my %supported_properties = (
        "nopush"                => ["FUNCTION", "TYPEDEF"],
        "nopull"                => ["FUNCTION", "TYPEDEF"],
        "noprint"               => ["FUNCTION", "TYPEDEF"],
-       "noejs"                 => ["FUNCTION", "TYPEDEF"],
 
        # union
        "switch_is"             => ["ELEMENT"],
index 9b61a370e219efb1ebabfb4a9abbaec7c6fcc141..3daad24c5da5ea4fc63137d2e7cbf40afd728ea1 100644 (file)
@@ -890,7 +890,6 @@ my %property_list = (
        "nopull"                => ["FUNCTION", "TYPEDEF", "STRUCT", "UNION", "ENUM", "BITMAP"],
        "nosize"                => ["FUNCTION", "TYPEDEF", "STRUCT", "UNION", "ENUM", "BITMAP"],
        "noprint"               => ["FUNCTION", "TYPEDEF", "STRUCT", "UNION", "ENUM", "BITMAP", "ELEMENT"],
-       "noejs"                 => ["FUNCTION", "TYPEDEF", "STRUCT", "UNION", "ENUM", "BITMAP"],
        "todo"                  => ["FUNCTION"],
 
        # union
index 80df11dbfea97f849021e7d9a5291d87c75e43c3..1fc8ee2165593449fa072493a8acfc5f3db1d992 100644 (file)
@@ -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 */
index e3ea7e55e1a8770e29edfe6a51616d1e980987f6..41787355a9b091b8277cdc8e1b1d59e06b34618b 100644 (file)
@@ -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]