Adjusting files in ZigbeeTest; preparing things for 4th benchmark, i.e. generating...
[iot2.git] / benchmarks / IrrigationController / MotionDetection.java
index 767dd67e39f3034b89f0540c4dfad3a5d51e57cd..0ae1e70ced0155387b072846b3134677401ba570 100644 (file)
@@ -416,10 +416,10 @@ class MotionDetection extends UnicastRemoteObject implements CameraCallback {
                                // Motion was detected so issue callbacks to all objects that registered
                                // to receive callback from this class.
                                for (MotionDetectionCallback c : callbackList) {
                                // Motion was detected so issue callbacks to all objects that registered
                                // to receive callback from this class.
                                for (MotionDetectionCallback c : callbackList) {
-                                       try {
+                                       //try {
                                                c.motionDetected(this.getTimestampOfLastMotion());
                                                c.motionDetected(this.getTimestampOfLastMotion());
-                                       } catch (RemoteException re) {
-                                       }
+                                       //} catch (RemoteException re) {
+                                       //}
                                }
 
                        } else {
                                }
 
                        } else {