Testing struct (single object); fixing small bugs, etc.
[iot2.git] / config / iotpolicy / testclasspolicy.pol
index ddd86d8e5d91a938f2c993a31503b73aa8307221..3c03d53285ae5cde3650cfba81cbd493b011ff80 100644 (file)
@@ -28,6 +28,8 @@ public interface TestClassInterface {
        public Enum[] handleEnumArray(Enum en[]);
        public List<Enum> handleEnumList(List<Enum> en);
 
+       public Struct handleStruct(Struct str);
+
        public int getA();
        public void setA(int _int);
        public void setB(float _float);
@@ -63,6 +65,9 @@ public interface TestClassInterface {
                method = "handleEnum(Enum en)";
                method = "handleEnumArray(Enum en[])";
                method = "handleEnumList(List<Enum> en)";
+
+               method = "handleStruct(Struct str)";
+
                method = "getA()";
                method = "setA(int _int)";
                method = "setB(float _float)";