diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-02-18 16:21:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:48:32 -0500 |
commit | 8cf122c2d2a0913fd9a7c55032c549598844111c (patch) | |
tree | f2e5612d40c043d0c3a2a755fecac9ee8af16d48 /source4/pidl/TODO | |
parent | 069f0cc15bfe6ba38950d8b5a0b2befb74aa397e (diff) | |
download | samba-8cf122c2d2a0913fd9a7c55032c549598844111c.tar.gz samba-8cf122c2d2a0913fd9a7c55032c549598844111c.tar.bz2 samba-8cf122c2d2a0913fd9a7c55032c549598844111c.zip |
r21430: Support tagged types without typedef. This means:
struct foo {
...
};
in IDL will now work. This is the first step towards nested types and
using typedefs for partial types (such as "typedef int *bar;"), a requirement
for complex uses of represent_as().
(This used to be commit a716aa70f0c90898e6fcf57d63a2cf4c40e7d4df)
Diffstat (limited to 'source4/pidl/TODO')
-rw-r--r-- | source4/pidl/TODO | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source4/pidl/TODO b/source4/pidl/TODO index 4e344e3c37..2d4ca8a265 100644 --- a/source4/pidl/TODO +++ b/source4/pidl/TODO @@ -7,10 +7,11 @@ - strip out pidl-specific properties - support nested elements - - generate names for anonymous tagged types + - allow non-typedef structs + - generate names for anonymous tagged types. Simple MD5Sum of contents? - support typedefs properly - -- improve represent_as(): allow it to be used for arrays and other complex types + - improve represent_as(): allow it to be used for arrays and other complex + types - --explain-ndr option that dumps out parse tree ? |