Testing enum and callback combination
[iot2.git] / config / iotpolicy / testclasspolicy_advanced.pol
index aa269faacd5af5fb924c19c72ac818a88b43569a..9867b232fd0e7bfc3dabee6415e100238bc2c869 100644 (file)
@@ -19,6 +19,7 @@ public interface TestClassInterface {
        public void registerCallbackList(List<CallBackInterface> _cb);
        public void registerCallbackComplex(int in, List<CallBackInterface> _cb, double db);
        public int callBack();
+       public Enum[] handleCallbackEnum(Enum en[], char c, List<CallBackInterface> _cb);
 
        public Enum[] handleAll(Enum en[], List<Struct> str, char c, List<CallBackInterface> _cb);
 
@@ -38,6 +39,7 @@ public interface TestClassInterface {
                method = "handleStructComplex2(int in, char c, Struct str[])";
 
                method = "handleEnumStruct(Enum en[], List<Struct> str, char c)";
+               method = "handleCallbackEnum(Enum en[], char c, List<CallBackInterface> _cb)";
                method = "handleAll(Enum en[], List<Struct> str, char c, List<CallBackInterface> _cb)";
        }