summaryrefslogtreecommitdiff
path: root/source4/build/pidl/odl.pm
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r5486: - Use references to interfaces in coclasses rather thenJelmer Vernooij1-5/+4
full interfaces. - Couple of bugfixes in odl.pm - First use of multiple pointers in dcom.idl (This used to be commit 3110c2ec44a872a53e7d6015b85c68fdb604b4de)
2007-10-10r5479: Add ODL input support.Jelmer Vernooij1-0/+59
The ODL module can convert an ODL structure to an IDL structure so that: - The COM subsystem can use the ODL structure - The DCE/RPC subsystem can use the IDL structure (This used to be commit a339765d99c90c46f29e2bd71a6aa271febb096d)