diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-08-24 11:17:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:34:30 -0500 |
commit | b42f358d511096689916d75584583bd4dd08e41b (patch) | |
tree | 79cc75c1704eefc5a26014ea54ec16bd6234cedc /source4/librpc/idl | |
parent | 26bae69bb973853fd98d30e9fef9a76cb0146262 (diff) | |
download | samba-b42f358d511096689916d75584583bd4dd08e41b.tar.gz samba-b42f358d511096689916d75584583bd4dd08e41b.tar.bz2 samba-b42f358d511096689916d75584583bd4dd08e41b.zip |
r9576: Couple of small fixes. Generate notice indicating
that the parsers were autogenerated.
(This used to be commit a37e2134e61eb38e9cbc54f8533113622f013037)
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/atsvc.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/atsvc.idl b/source4/librpc/idl/atsvc.idl index e64f2c93e0..ad1b66c79b 100644 --- a/source4/librpc/idl/atsvc.idl +++ b/source4/librpc/idl/atsvc.idl @@ -8,7 +8,7 @@ version(1.0), pointer_default(unique), pointer_default_top(unique), - helpstring("Queue/List/Remove jobs for later execution"), + helpstring("Microsoft AT-Scheduler Service"), endpoint("ncacn_np:[\\pipe\\atsvc]", "ncalrpc:") ] interface atsvc { |