From fc20da50a60bcd30923e0ffa07f4ca1ae0d2a110 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 17 Sep 2009 11:28:37 -0700 Subject: Re-generated idl files with () for enum values. Jeremy. --- librpc/gen_ndr/epmapper.h | 52 +++++++++++++++++++++++------------------------ 1 file changed, 26 insertions(+), 26 deletions(-) (limited to 'librpc/gen_ndr/epmapper.h') diff --git a/librpc/gen_ndr/epmapper.h b/librpc/gen_ndr/epmapper.h index 09f46a3889..3d00411655 100644 --- a/librpc/gen_ndr/epmapper.h +++ b/librpc/gen_ndr/epmapper.h @@ -14,32 +14,32 @@ enum epm_protocol #ifndef USE_UINT_ENUMS { - EPM_PROTOCOL_DNET_NSP=(int)0x04, - EPM_PROTOCOL_OSI_TP4=(int)0x05, - EPM_PROTOCOL_OSI_CLNS=(int)0x06, - EPM_PROTOCOL_TCP=(int)0x07, - EPM_PROTOCOL_UDP=(int)0x08, - EPM_PROTOCOL_IP=(int)0x09, - EPM_PROTOCOL_NCADG=(int)0x0a, - EPM_PROTOCOL_NCACN=(int)0x0b, - EPM_PROTOCOL_NCALRPC=(int)0x0c, - EPM_PROTOCOL_UUID=(int)0x0d, - EPM_PROTOCOL_IPX=(int)0x0e, - EPM_PROTOCOL_SMB=(int)0x0f, - EPM_PROTOCOL_NAMED_PIPE=(int)0x10, - EPM_PROTOCOL_NETBIOS=(int)0x11, - EPM_PROTOCOL_NETBEUI=(int)0x12, - EPM_PROTOCOL_SPX=(int)0x13, - EPM_PROTOCOL_NB_IPX=(int)0x14, - EPM_PROTOCOL_DSP=(int)0x16, - EPM_PROTOCOL_DDP=(int)0x17, - EPM_PROTOCOL_APPLETALK=(int)0x18, - EPM_PROTOCOL_VINES_SPP=(int)0x1a, - EPM_PROTOCOL_VINES_IPC=(int)0x1b, - EPM_PROTOCOL_STREETTALK=(int)0x1c, - EPM_PROTOCOL_HTTP=(int)0x1f, - EPM_PROTOCOL_UNIX_DS=(int)0x20, - EPM_PROTOCOL_NULL=(int)0x21 + EPM_PROTOCOL_DNET_NSP=(int)(0x04), + EPM_PROTOCOL_OSI_TP4=(int)(0x05), + EPM_PROTOCOL_OSI_CLNS=(int)(0x06), + EPM_PROTOCOL_TCP=(int)(0x07), + EPM_PROTOCOL_UDP=(int)(0x08), + EPM_PROTOCOL_IP=(int)(0x09), + EPM_PROTOCOL_NCADG=(int)(0x0a), + EPM_PROTOCOL_NCACN=(int)(0x0b), + EPM_PROTOCOL_NCALRPC=(int)(0x0c), + EPM_PROTOCOL_UUID=(int)(0x0d), + EPM_PROTOCOL_IPX=(int)(0x0e), + EPM_PROTOCOL_SMB=(int)(0x0f), + EPM_PROTOCOL_NAMED_PIPE=(int)(0x10), + EPM_PROTOCOL_NETBIOS=(int)(0x11), + EPM_PROTOCOL_NETBEUI=(int)(0x12), + EPM_PROTOCOL_SPX=(int)(0x13), + EPM_PROTOCOL_NB_IPX=(int)(0x14), + EPM_PROTOCOL_DSP=(int)(0x16), + EPM_PROTOCOL_DDP=(int)(0x17), + EPM_PROTOCOL_APPLETALK=(int)(0x18), + EPM_PROTOCOL_VINES_SPP=(int)(0x1a), + EPM_PROTOCOL_VINES_IPC=(int)(0x1b), + EPM_PROTOCOL_STREETTALK=(int)(0x1c), + EPM_PROTOCOL_HTTP=(int)(0x1f), + EPM_PROTOCOL_UNIX_DS=(int)(0x20), + EPM_PROTOCOL_NULL=(int)(0x21) } #else { __donnot_use_enum_epm_protocol=0x7FFFFFFF} -- cgit