diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-12-16 18:56:21 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-12-16 18:56:21 +0100 |
commit | b5a0c4cefed62fcb67c5f214bed27083a44b012d (patch) | |
tree | c73676ff91f9f51e2367f5ff49ef0ee83ae438a3 /librpc/idl | |
parent | 9692c71aa1552a6415bec185706aa7afdf16c288 (diff) | |
download | samba-b5a0c4cefed62fcb67c5f214bed27083a44b012d.tar.gz samba-b5a0c4cefed62fcb67c5f214bed27083a44b012d.tar.bz2 samba-b5a0c4cefed62fcb67c5f214bed27083a44b012d.zip |
Share object files for gen_ndr.
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/remact.idl | 2 | ||||
-rw-r--r-- | librpc/idl/scerpc.idl | 18 |
2 files changed, 19 insertions, 1 deletions
diff --git a/librpc/idl/remact.idl b/librpc/idl/remact.idl index 2165ecfc81..14fd6cedcf 100644 --- a/librpc/idl/remact.idl +++ b/librpc/idl/remact.idl @@ -23,7 +23,7 @@ interface IRemoteActivation const uint32 MODE_GET_CLASS_OBJECT = 0xffffffff; WERROR RemoteActivation ( - [in] ORPCTHIS this, + [in] ORPCTHIS this_object, [out,ref] ORPCTHAT *that, [in] GUID Clsid, [in] [string,charset(UTF16)] uint16 *pwszObjectName, diff --git a/librpc/idl/scerpc.idl b/librpc/idl/scerpc.idl new file mode 100644 index 0000000000..2c3c4f865f --- /dev/null +++ b/librpc/idl/scerpc.idl @@ -0,0 +1,18 @@ +/* + security configuration editor interface definitions +*/ + +[ + uuid("93149ca2-973b-11d1-8c39-00c04fb984f9"), + version(0.0), + pointer_default(unique), + helpstring("Security Configuration Editor") +] +interface scerpc +{ + + /*****************/ + /* Function 0x00 */ + WERROR scerpc_Unknown0(); +} + |