X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/667418327423ba116d24751926a95a2f1235849c..cba39b63dc2c5ba1ee85f3db718adf0e8075c88f:/Constructor/include/union.h?ds=sidebyside diff --git a/Constructor/include/union.h b/Constructor/include/union.h index e7975b1..7e12046 100644 --- a/Constructor/include/union.h +++ b/Constructor/include/union.h @@ -1,14 +1,15 @@ -// Union.h #ifndef _UNION_H_ #define _UNION_H_ #include "item.h" +/**Define un empalme de flujo, que puede ser una UNION, o una DIVISION. +*/ class Union : public CItem { public: /**Constructor */ - Union(); + Union(int orientacion=0); /**Destructor */ virtual ~Union();