r8167: - use the same algorithm than w2k3 for 'unique' pointer values
[gd/samba/.git] / source4 / build / pidl / ndr.pm
index 2bf673b5e34c78e99d4bccab12d4c2aa3730ba32..c167e783093d6810421164b7a7f7d32cbc27ecf3 100644 (file)
@@ -232,6 +232,7 @@ sub pointer_type($)
        
        return "ref" if (util::has_property($e, "ref"));
        return "ptr" if (util::has_property($e, "ptr"));
+       return "sptr" if (util::has_property($e, "sptr"));
        return "unique" if (util::has_property($e, "unique"));
        return "relative" if (util::has_property($e, "relative"));
        return "ignore" if (util::has_property($e, "ignore"));