648540858
2024-01-10 0c10c77a56ad8fd88d8491b55802db4e717f2f7d
src/main/java/com/genersoft/iot/vmp/gb28181/task/ISubscribeTask.java
old mode 100644 new mode 100755
@@ -7,6 +7,4 @@
 */
public interface ISubscribeTask extends Runnable{
    void stop();
    DialogState getDialogState();
}