summaryrefslogtreecommitdiff
path: root/source4/build/pidl/parser.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-08-12 19:32:16 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:57:56 -0500
commitdaa7c984096fb3513a458a0637fdfc0c00ee9fb9 (patch)
tree90e1343a95bc90c9db8bb62491b9ef6558cdf14c /source4/build/pidl/parser.pm
parent28ea8b8785e5e8e3b3f3ddf0c12c0c8c69ea77c5 (diff)
downloadsamba-daa7c984096fb3513a458a0637fdfc0c00ee9fb9.tar.gz
samba-daa7c984096fb3513a458a0637fdfc0c00ee9fb9.tar.bz2
samba-daa7c984096fb3513a458a0637fdfc0c00ee9fb9.zip
r1786: Add support for the 'helpstring' attribute on interfaces
(This used to be commit 85fb26a05d57e58795b0c0ffa93dc9e0fa902431)
Diffstat (limited to 'source4/build/pidl/parser.pm')
-rw-r--r--source4/build/pidl/parser.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/pidl/parser.pm b/source4/build/pidl/parser.pm
index 5b85337212..621b12aa62 100644
--- a/source4/build/pidl/parser.pm
+++ b/source4/build/pidl/parser.pm
@@ -1383,6 +1383,7 @@ sub FunctionTable($)
pidl "\t\"$interface->{NAME}\",\n";
pidl "\tDCERPC_$uname\_UUID,\n";
pidl "\tDCERPC_$uname\_VERSION,\n";
+ pidl "\tDCERPC_$uname\_HELPSTRING,\n";
pidl "\t$count,\n";
pidl "\t$interface->{NAME}\_calls,\n";
pidl "\t&$interface->{NAME}\_endpoints\n";