]> git.llucax.com Git - z.facultad/75.68/celdas.git/blobdiff - trunk/src/SistemaAutonomo.tz
Evitamos memory leaks.
[z.facultad/75.68/celdas.git] / trunk / src / SistemaAutonomo.tz
index 98613023384364ca04805f2c8edff50cd7be727f..b47452a9a5feaa924a0bdbf58750e4deb031a110 100644 (file)
@@ -30,8 +30,6 @@ Object : Teoria (aka Teorias) {
        - to set-ptr ptr p (pointer):\r
                ptr = p.\r
 \r
-       + to destroy:\r
-               TeoriaDelete(ptr).\r
 }\r
 \r
 Object : SistemaAutonomo {\r
@@ -54,14 +52,12 @@ Object : SistemaAutonomo {
        + to update-entorno entorno theEntorno (hash):\r
                nombre (string).\r
                foreach nombre in keys(theEntorno): {\r
-                       print "Seteando valor de entorno ", nombre, " con ", theEntorno{nombre}.\r
                        self set-entorno value theEntorno{nombre} with-name nombre.\r
                }\r
 \r
        + to update-datos-finales datos-finales datos (hash):\r
                nombre (string).\r
                foreach nombre in keys(datos): {\r
-                       print "Seteando valor de dato final ", nombre, " con ", datos{nombre}.\r
                        self set-dato-final value datos{nombre} with-name nombre.\r
                }\r
 \r