From a1c53e50decad68fa8b969a45306f1634c53a25a Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Wed, 20 Sep 2006 17:03:06 +0000 Subject: r18718: Change a few out parameter to ref pointers and regenerate (This used to be commit 91a48e9baaf210cf64a324e205a4786482ac4ebb) --- source3/librpc/idl/wkssvc.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/librpc/idl') diff --git a/source3/librpc/idl/wkssvc.idl b/source3/librpc/idl/wkssvc.idl index 86cd795f0e..8c789fd8ca 100644 --- a/source3/librpc/idl/wkssvc.idl +++ b/source3/librpc/idl/wkssvc.idl @@ -216,11 +216,11 @@ WERROR wkssvc_NetWkstaTransportEnum ( [in] [string,charset(UTF16)] uint16 *server_name, - [in,out] uint32 *level, + [in,out,ref] uint32 *level, [in,out,switch_is(level),ref] wkssvc_NetWkstaTransportCtr *ctr, [in] uint32 max_buffer, [out] uint32 *totalentries, - [in,out] uint32 *resume_handle + [in,out,ref] uint32 *resume_handle ); -- cgit