summaryrefslogtreecommitdiff
path: root/source4/build/pidl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-02-20 21:02:30 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:10:49 -0500
commitd3996e944dfc0580300a3c4b460775e93dd62bc0 (patch)
treeb69ca31d42ab5f13436bd8e6e4a2f45aff2acb52 /source4/build/pidl
parent73477e05dec40e44f78a8673f79b627e904fd696 (diff)
downloadsamba-d3996e944dfc0580300a3c4b460775e93dd62bc0.tar.gz
samba-d3996e944dfc0580300a3c4b460775e93dd62bc0.tar.bz2
samba-d3996e944dfc0580300a3c4b460775e93dd62bc0.zip
r5476: Move ORPC extensions to DCE/RPC into seperate file.
(This used to be commit 75d8fc8338ea0345ed0181f5700640029e311599)
Diffstat (limited to 'source4/build/pidl')
-rw-r--r--source4/build/pidl/header.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/build/pidl/header.pm b/source4/build/pidl/header.pm
index 803916a79c..b192efb699 100644
--- a/source4/build/pidl/header.pm
+++ b/source4/build/pidl/header.pm
@@ -385,6 +385,11 @@ sub HeaderInterface($)
}
}
+ # Object interfaces use ORPC
+ if (util::has_property($interface, "object")) {
+ pidl "#include \"librpc/gen_ndr/ndr_orpc.h\"\n";
+ }
+
if (defined $interface->{PROPERTIES}->{uuid}) {
my $name = uc $interface->{NAME};
pidl "#define DCERPC_$name\_UUID " .