>From 2b14328b4302fd0478c356ff755f804e3b0dc208 Mon Sep 17 00:00:00 2001 From: Matthieu Patou Date: Fri, 11 Oct 2013 14:14:09 -0700 Subject: [PATCH 01/13] pidl: Define the attribute Containspipe as valid attribute for idl defined functions This attribute will be used in idl files using PIPE to indicate that that a given function use a DCERPC PIPE. Signed-off-by: Matthieu Patou --- pidl/lib/Parse/Pidl/NDR.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/pidl/lib/Parse/Pidl/NDR.pm b/pidl/lib/Parse/Pidl/NDR.pm index 6827152..cf45803 100644 --- a/pidl/lib/Parse/Pidl/NDR.pm +++ b/pidl/lib/Parse/Pidl/NDR.pm @@ -1073,6 +1073,7 @@ my %property_list = ( "noprint" => ["FUNCTION", "TYPEDEF", "STRUCT", "UNION", "ENUM", "BITMAP", "ELEMENT", "PIPE"], "nopython" => ["FUNCTION", "TYPEDEF", "STRUCT", "UNION", "ENUM", "BITMAP"], "todo" => ["FUNCTION"], + "ContainsPipe" => ["FUNCTION"], "skip" => ["ELEMENT"], # union -- 1.8.1.2