X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=config%2Fiotpolicy%2Ftestclasspolicy_advanced.pol;fp=config%2Fiotpolicy%2Ftestclasspolicy_advanced.pol;h=9867b232fd0e7bfc3dabee6415e100238bc2c869;hb=09bf1cf8e98526878b4732bf8d3077eb2d1c16e3;hp=aa269faacd5af5fb924c19c72ac818a88b43569a;hpb=f25abc52a4682c7d83606328363405922a2aa78a;p=iot2.git diff --git a/config/iotpolicy/testclasspolicy_advanced.pol b/config/iotpolicy/testclasspolicy_advanced.pol index aa269fa..9867b23 100644 --- a/config/iotpolicy/testclasspolicy_advanced.pol +++ b/config/iotpolicy/testclasspolicy_advanced.pol @@ -19,6 +19,7 @@ public interface TestClassInterface { public void registerCallbackList(List _cb); public void registerCallbackComplex(int in, List _cb, double db); public int callBack(); + public Enum[] handleCallbackEnum(Enum en[], char c, List _cb); public Enum[] handleAll(Enum en[], List str, char c, List _cb); @@ -38,6 +39,7 @@ public interface TestClassInterface { method = "handleStructComplex2(int in, char c, Struct str[])"; method = "handleEnumStruct(Enum en[], List str, char c)"; + method = "handleCallbackEnum(Enum en[], char c, List _cb)"; method = "handleAll(Enum en[], List str, char c, List _cb)"; }