Adjustments in stubs and skeletons for callback in callback; using different ports...
[iot2.git] / localconfig / iotpolicy / development / callbackpolicy.pol
index 947b89992ad2641f03e8ebc3bf3286f8a82e10ee..83278d1c8e1b38494f530be5faf90f69a7e03052 100644 (file)
@@ -2,12 +2,14 @@ public interface CallBackInterface {
 
     public int printInt();
     public void setInt(int _i);
+       public void needCallback(TestClassInterface tc);
 
        capability CallBack {
                description = "The quick brown fox jumps over the smart dog";
                description = "Another description";
                method = "printInt()";
                method = "setInt(int _i)";
+               method = "needCallback(TestClassInterface tc)";
        }
 }