Preparing for callback testing (creating new policy files); Adding error messsages...
[iot2.git] / config / iotpolicy / testclasspolicy.pol
index 36ded083b60c9899e6fe5fee633f2c2566af14db..ebe25337afd9187c0c51ec324e75eb913585cecd 100644 (file)
@@ -24,6 +24,9 @@ public interface TestClassInterface {
        public List<Boolean> getBooleanList(List<Boolean> in);
        public List<Character> getCharList(List<Character> in);
 
+       public void registerCallback(CallBackInterface _cb);
+       public int callBack();
+
        public int getA();
        public void setA(int _int);
        public void setB(float _float);
@@ -55,6 +58,8 @@ public interface TestClassInterface {
                method = "getDoubleList(List<Double> in)";
                method = "getBooleanList(List<Boolean> in)";
                method = "getCharList(List<Character> in)";
+               method = "registerCallback(CallBackInterface _cb)";
+               method = "callBack()";
                method = "getA()";
                method = "setA(int _int)";
                method = "setB(float _float)";