Changes and additional files for RMI profiling
[iot2.git] / localconfig / iotpolicy / development / testclasspolicy_advanced.pol
index b7899df0206932481b3d8180e5dafdfdac4992cd..76fd934043818cce0faa0ce6c301a647612e4883 100644 (file)
@@ -1,5 +1,6 @@
 public interface TestClassInterface {
 
+       public short getShort(short in);
        public Enum handleEnum(Enum en);
        public Enum[] handleEnumArray(Enum en[]);
        public List<Enum> handleEnumList(List<Enum> en);
@@ -56,7 +57,7 @@ public interface TestClassInterface {
 
        capability Callbacks {
                description = "All the set-and-get methods";
-
+               method = "getShort(short in)";
                method = "registerCallback(CallBackInterface _cb)";
                method = "registerCallbackArray(CallBackInterface _cb[])";
                method = "registerCallbackList(List<CallBackInterface> _cb)";