POULibrary.py
changeset 2744 577118ebd179
parent 2645 d15a997859b1
child 3302 c89fc366bebd
--- a/POULibrary.py	Wed Jun 30 16:46:14 2021 +0300
+++ b/POULibrary.py	Wed Jun 30 15:44:32 2021 +0200
@@ -63,6 +63,12 @@
         # Pure python or IEC libs doesn't produce C code
         return ((""), [], False), ""
 
+    def GlobalInstances(self):
+        """
+        @return: [(instance_name, instance_type),...]
+        """
+        return []
+
     def FatalError(self, message):
         """ Raise an exception that will trigger error message intended to 
             the user, but without backtrace since it is not a software error """