Removed unused StatusChanged signal from dbus interface xml
[platform/core/connectivity/stc-manager.git] / interfaces / stcmanager-iface-statistics.xml
index cad1de6..42b5c80 100644 (file)
@@ -1,5 +1,7 @@
 <node>
        <interface name="net.stc.statistics">
+               <method name='Init'>
+               </method>
                <method name='GetAll'>
                        <arg type='a{sv}' name='select_rule' direction='in'/>
                        <arg type='i' name='error_code' direction='out'/>
                        <arg type='a{sv}' name='reset_rule' direction='in'/>
                        <arg type='i' name='error_code' direction='out'/>
                </method>
-
-               <signal name='StatusChanged'>
-                       <arg type='s' name='app_id'/>
-                       <arg type='y' name='status'/>
-                       <arg type='i' name='reason'/>
-               </signal>
        </interface>
 </node>