summaryrefslogtreecommitdiff
path: root/source4/build/pidl/util.pm
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-11 01:59:28 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-11 01:59:28 +0000
commitbe443f914af377fc97d4cfd56f13d95edbcc645f (patch)
tree6d5af6e49984f5b53492f313445eb5a4ca6c5fbe /source4/build/pidl/util.pm
parent657dc577b614f388b55bd52a16e8e014c72bf2db (diff)
downloadsamba-be443f914af377fc97d4cfd56f13d95edbcc645f.tar.gz
samba-be443f914af377fc97d4cfd56f13d95edbcc645f.tar.bz2
samba-be443f914af377fc97d4cfd56f13d95edbcc645f.zip
- added support for the pull side of unions
- don't generate parse functions for pull/push functions that are not used (This used to be commit 54613574bcd8b365c13848c6aa9366cadeb5da0e)
Diffstat (limited to 'source4/build/pidl/util.pm')
-rw-r--r--source4/build/pidl/util.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/pidl/util.pm b/source4/build/pidl/util.pm
index 5bf8ac4d9a..910684a919 100644
--- a/source4/build/pidl/util.pm
+++ b/source4/build/pidl/util.pm
@@ -180,6 +180,7 @@ sub is_scalar_type($)
return 1, if ($type eq "char");
return 1, if ($type eq "uint8");
return 1, if ($type eq "uint16");
+ return 1, if ($type eq "NTTIME");
return 1, if ($type eq "hyper");
return 1, if ($type eq "wchar_t");