]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Client/include/item_and.h
Mas detalles y se agrega el logo faltante en el constructor
[z.facultad/75.42/plaqui.git] / Client / include / item_and.h
index ff67ec53963800d3da3db6b9aba0e73b9d91e519..dafba5001630520d7a873ef360ea73a567cc6f55 100644 (file)
@@ -9,6 +9,9 @@ public:
        virtual ~ViewAnd();
        
        virtual bool on_image_expose_event(GdkEventExpose *e);
+       
+       virtual std::string get_actual_flow() { return ""; }
+       virtual std::string get_cap_flow() { return ""; }
 };
 
 #endif