svn keywords
[plcapi.git] / PLC / Methods / DeleteConfFile.py
index 165b231..2d7183b 100644 (file)
@@ -1,3 +1,5 @@
+# $Id$
+# $URL$
 from PLC.Faults import *
 from PLC.Method import Method
 from PLC.Parameter import Parameter, Mixed
@@ -28,6 +30,6 @@ class DeleteConfFile(Method):
 
         conf_file = conf_files[0]
         conf_file.delete()
-       self.object_ids = [conf_file['conf_file_id']]
+       self.event_objects = {'ConfFile': [conf_file['conf_file_id']]}
 
         return 1