diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-07-19 23:02:08 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:29:44 -0500 |
commit | f3a10494db3fe45b73f261b6f53cf43f041ce4ed (patch) | |
tree | ea04e33039e0892e8b5e7d9c5900dcb4cb299c8b /source4/build/pidl/TODO | |
parent | 4f3d66b0dfe49d5485eafce52f3abf4c6581bf57 (diff) | |
download | samba-f3a10494db3fe45b73f261b6f53cf43f041ce4ed.tar.gz samba-f3a10494db3fe45b73f261b6f53cf43f041ce4ed.tar.bz2 samba-f3a10494db3fe45b73f261b6f53cf43f041ce4ed.zip |
r8621: Simplify code. Add support for nested structures back into the header generator.
(This used to be commit 5610838385ca00a944fb4765df1854954a3a81bc)
Diffstat (limited to 'source4/build/pidl/TODO')
-rw-r--r-- | source4/build/pidl/TODO | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/build/pidl/TODO b/source4/build/pidl/TODO index 860b5d912c..efb103ff0d 100644 --- a/source4/build/pidl/TODO +++ b/source4/build/pidl/TODO @@ -7,3 +7,5 @@ - don't be so strict on array boundaries.. arrays can and will be empty when a (regular) remote error occurs + +- support nested elements |