From 047ba2525e5e90f3f12c444ab2207fad8b13e082 Mon Sep 17 00:00:00 2001
From: Sven Gestegard Robertz <sven.robertz@cs.lth.se>
Date: Fri, 6 Dec 2013 00:17:23 +0100
Subject: [PATCH] added todo and type argument to README

---
 examples/dynamic/README | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/examples/dynamic/README b/examples/dynamic/README
index 5dfff7f..2c38f11 100644
--- a/examples/dynamic/README
+++ b/examples/dynamic/README
@@ -56,3 +56,8 @@ allowing state to be kept between invokations. The class containing the handler
 methods have an attribute, Object context, and its initialization is currently
 hard coded. The permanent solution is TBD.
 
+TODO: Currently, for UserType samples (i.e., if typedef is used in the .lc file)
+the type of the value parameter to encode and handler is of the UserType and not
+the sample class. Should this be kept, or changed so that the sample extends the type.
+An argument against is that for primitive types, the type of the argument is 
+the primitive type, and not the class, so that has to be taken care of anyhow.
-- 
GitLab