summaryrefslogtreecommitdiff
path: root/source4/pidl/TODO
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-09-15 20:07:55 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:47 -0500
commitd9b4bdd5bb32806162514f7e010a97d24fb94549 (patch)
treed72ab8f87bf4235dcb60450980e4db839fab9a62 /source4/pidl/TODO
parentdb0fdcf6ce8b3d02a5f720652f22a2b7167c5e26 (diff)
downloadsamba-d9b4bdd5bb32806162514f7e010a97d24fb94549.tar.gz
samba-d9b4bdd5bb32806162514f7e010a97d24fb94549.tar.bz2
samba-d9b4bdd5bb32806162514f7e010a97d24fb94549.zip
r18565: Fix echo.idl to be Samba3-, MIDL and midlc compatible
(This used to be commit ab0a798c57564901f0adcd8aedc1ef0928e79edd)
Diffstat (limited to 'source4/pidl/TODO')
-rw-r--r--source4/pidl/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/pidl/TODO b/source4/pidl/TODO
index e51c205f91..5b3610232c 100644
--- a/source4/pidl/TODO
+++ b/source4/pidl/TODO
@@ -1,3 +1,6 @@
+- EJS output backend shouldn't use the NDR levels stuff but instead
+ as the "C levels" and NDR levels don't necessarily match.
+
- warn about [out] attributes on pointers (midl/samba3 compatibility)
- true multiple dimension array / strings in arrays support