From f6eb8342cba87c7c8f17471ed9783b567d36b0ed Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 14 Dec 2003 13:22:12 +0000 Subject: added auto-generation of the server side boilerplate code for each pipe. The server side code gets generated as librpc/gen_ndr/ndr_NAME_s.c and gets included in the pipe module (This used to be commit bd3dcfe5820489a838e19b244266bd9126af5eb4) --- source4/librpc/idl/echo.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/echo.idl b/source4/librpc/idl/echo.idl index d747a39f23..e62208ac98 100644 --- a/source4/librpc/idl/echo.idl +++ b/source4/librpc/idl/echo.idl @@ -31,7 +31,7 @@ interface rpcecho /* test strings */ - void TestCall ( + void echo_TestCall ( [in] unistr *s1, [out] unistr *s2 ); @@ -83,7 +83,7 @@ interface rpcecho [case(7)] echo_info7 info7; } echo_Info; - NTSTATUS TestCall2 ( + NTSTATUS echo_TestCall2 ( [in] uint16 level, [out,switch_is(level)] echo_Info *info ); -- cgit