diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-09-15 20:07:55 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:47 -0500 |
commit | d9b4bdd5bb32806162514f7e010a97d24fb94549 (patch) | |
tree | d72ab8f87bf4235dcb60450980e4db839fab9a62 /source4/librpc | |
parent | db0fdcf6ce8b3d02a5f720652f22a2b7167c5e26 (diff) | |
download | samba-d9b4bdd5bb32806162514f7e010a97d24fb94549.tar.gz samba-d9b4bdd5bb32806162514f7e010a97d24fb94549.tar.bz2 samba-d9b4bdd5bb32806162514f7e010a97d24fb94549.zip |
r18565: Fix echo.idl to be Samba3-, MIDL and midlc compatible
(This used to be commit ab0a798c57564901f0adcd8aedc1ef0928e79edd)
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/config.mk | 10 | ||||
-rw-r--r-- | source4/librpc/idl/echo.idl | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/source4/librpc/config.mk b/source4/librpc/config.mk index b1c45e47da..a1bac05e01 100644 --- a/source4/librpc/config.mk +++ b/source4/librpc/config.mk @@ -618,11 +618,11 @@ PRIVATE_DEPENDENCIES = \ # End SUBSYSTEM dcerpc ################################################ -[MODULE::RPC_EJS_ECHO] -INIT_FUNCTION = ejs_init_rpcecho -OBJ_FILES = gen_ndr/ndr_echo_ejs.o -SUBSYSTEM = smbcalls -PUBLIC_DEPENDENCIES = dcerpc NDR_ECHO EJSRPC +#[MODULE::RPC_EJS_ECHO] +#INIT_FUNCTION = ejs_init_rpcecho +#OBJ_FILES = gen_ndr/ndr_echo_ejs.o +#SUBSYSTEM = smbcalls +#PUBLIC_DEPENDENCIES = dcerpc NDR_ECHO EJSRPC [MODULE::RPC_EJS_MISC] INIT_FUNCTION = ejs_init_misc diff --git a/source4/librpc/idl/echo.idl b/source4/librpc/idl/echo.idl index cda29685a1..80123f9922 100644 --- a/source4/librpc/idl/echo.idl +++ b/source4/librpc/idl/echo.idl @@ -34,7 +34,7 @@ interface rpcecho /* test strings */ void echo_TestCall ( [in,string,charset(UTF16)] uint16 *s1, - [out,string,charset(UTF16)] uint16 *s2 + [out,string,charset(UTF16)] uint16 **s2 ); |