In progress of refining the Tomoyo policies for process jailing; will define a set...
[iot2.git] / benchmarks / interfaces / RoomSmart.java
1 package iotcode.interfaces;
2
3 public interface RoomSmart {
4
5         public int getRoomID();
6 }