Author: vlendec Date: 2004-10-06 15:14:55 +0000 (Wed, 06 Oct 2004) New Revision: 2831
WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc/idl&rev=2831&nolog=1 Log: // style comments are not supported by pure C preprocessors. Please DONT use them. This includes idl files. Volker Modified: branches/SAMBA_4_0/source/librpc/idl/svcctl.idl Changeset: Modified: branches/SAMBA_4_0/source/librpc/idl/svcctl.idl =================================================================== --- branches/SAMBA_4_0/source/librpc/idl/svcctl.idl 2004-10-06 14:55:50 UTC (rev 2830) +++ branches/SAMBA_4_0/source/librpc/idl/svcctl.idl 2004-10-06 15:14:55 UTC (rev 2831) @@ -206,7 +206,7 @@ /*****************/ /* Function 0x11 */ WERROR svcctl_QueryServiceConfigW([in,ref] policy_handle *handle, - [out] uint8 query[buf_size], //QUERY_SERVICE_CONFIG + [out] uint8 query[buf_size], /*QUERY_SERVICE_CONFIG */ [in] uint32 buf_size, [out] uint32 bytes_needed ); @@ -316,7 +316,7 @@ /*****************/ /* Function 0x1d */ WERROR svcctl_QueryServiceConfigA([in,ref] policy_handle *handle, - [out] uint8 query[buf_size], //QUERYU_SERVICE_CONFIG + [out] uint8 query[buf_size], /*QUERYU_SERVICE_CONFIG */ [in] uint32 buf_size, [out] uint32 bytes_needed );