From e62c5c9a8dd1258b776d40918026a1be4b71fb72 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 17 Nov 2003 09:34:19 +0000 Subject: use [subcontext] to make GetPrinter a bit easier in smbtorture (This used to be commit a5140985d8f57695b4165c72af217092da6fae5f) --- source4/librpc/idl/echo.idl | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'source4/librpc/idl/echo.idl') diff --git a/source4/librpc/idl/echo.idl b/source4/librpc/idl/echo.idl index f7c65485f8..f68bcf38c3 100644 --- a/source4/librpc/idl/echo.idl +++ b/source4/librpc/idl/echo.idl @@ -25,27 +25,7 @@ interface rpcecho [out,ref,size_is(len)] uint8 *data ); -#define int uint32 - - typedef struct { - int *count; - } echo_Enum1; - - typedef struct { - int *count; - } echo_Enum3; - - typedef union { - [case(1)] echo_Enum1 enum1; - [case(3)] echo_Enum3 enum3; - } echo_EnumInfo; - - typedef struct { - int level; - [switch_is(level)] echo_EnumInfo e; - } Struct1; - void TestCall ( - [out] Struct1 *s1 + [in] unistr *s ); } -- cgit