summaryrefslogtreecommitdiff
path: root/pidl/lib/Parse/Pidl/NDR.pm
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-12 12:40:11 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-12 12:40:11 +0100
commit850abaffbe057f504d47ae91ea6f3ad544d39ebe (patch)
treedb7b7da11456655cfc01bc8a3a2ee2840c81710e /pidl/lib/Parse/Pidl/NDR.pm
parentd1101dba79d65b0991668069b91946198f343ead (diff)
downloadsamba-850abaffbe057f504d47ae91ea6f3ad544d39ebe.tar.gz
samba-850abaffbe057f504d47ae91ea6f3ad544d39ebe.tar.bz2
samba-850abaffbe057f504d47ae91ea6f3ad544d39ebe.zip
Support pyhelper property to allow additional methods to be tucked onto a
pidl-generated type.
Diffstat (limited to 'pidl/lib/Parse/Pidl/NDR.pm')
-rw-r--r--pidl/lib/Parse/Pidl/NDR.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/pidl/lib/Parse/Pidl/NDR.pm b/pidl/lib/Parse/Pidl/NDR.pm
index 3daad24c5d..5ee26d16b6 100644
--- a/pidl/lib/Parse/Pidl/NDR.pm
+++ b/pidl/lib/Parse/Pidl/NDR.pm
@@ -855,6 +855,7 @@ my %property_list = (
"endpoint" => ["INTERFACE"],
"pointer_default" => ["INTERFACE"],
"helper" => ["INTERFACE"],
+ "pyhelper" => ["INTERFACE"],
"authservice" => ["INTERFACE"],
"restricted" => ["INTERFACE"],