X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/667418327423ba116d24751926a95a2f1235849c..c45e0693cd6b07a5123955102de53d96143f7fd8:/Constructor/include/union.h 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();