Moving struct and enum declaration into interface declaration
[iot2.git] / config / iotpolicy / camerapolicy.pol
index ac644307695abb5db8ab6274fd3334742a42d820..0afb5a05795462b5bc6b48ebb196cf3a9d9b335c 100644 (file)
@@ -26,6 +26,13 @@ public interface Camera {
                description = "The quick brown fox jumps over the clever dog";
                method = "MethodE(String I, boolean J)";
        }
+
+       struct Struct {
+
+               string  name;
+               float   value;
+               int     year;
+       } 
 }