diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-17 15:07:24 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-17 15:07:24 +0200 |
commit | 5975cbc2606104c0eeaea12891ee6934e413f395 (patch) | |
tree | de94df97d3ad3d71eb09454ebcd565aa8e71deba /source3/librpc/idl/svcctl.idl | |
parent | 06999ae473b5a1fdf21b44fa5866ad1dbc47d749 (diff) | |
download | samba-5975cbc2606104c0eeaea12891ee6934e413f395.tar.gz samba-5975cbc2606104c0eeaea12891ee6934e413f395.tar.bz2 samba-5975cbc2606104c0eeaea12891ee6934e413f395.zip |
Sync addition of [todo] attribute to Samba 3.
Diffstat (limited to 'source3/librpc/idl/svcctl.idl')
-rw-r--r-- | source3/librpc/idl/svcctl.idl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source3/librpc/idl/svcctl.idl b/source3/librpc/idl/svcctl.idl index 5a843d04ef..26cd3dee87 100644 --- a/source3/librpc/idl/svcctl.idl +++ b/source3/librpc/idl/svcctl.idl @@ -4,6 +4,7 @@ svcctl interface definitions */ +import "misc.idl"; [ uuid("367abb81-9844-35f1-ad32-98f038001003"), version(2.0), pointer_default(unique), @@ -140,7 +141,7 @@ /*****************/ /* Function 0x07 */ - WERROR svcctl_SetServiceStatus( + [todo] WERROR svcctl_SetServiceStatus( ); /*****************/ @@ -151,7 +152,7 @@ /*****************/ /* Function 0x09 */ - WERROR svcctl_NotifyBootConfigStatus( + [todo] WERROR svcctl_NotifyBootConfigStatus( ); /*****************/ @@ -523,6 +524,6 @@ /*****************/ /* Function 0x2b */ - WERROR svcctl_SCSendTSMessage( + [todo] WERROR svcctl_SCSendTSMessage( ); } |