CIM++ Adapted CIM_SINERGIEN Codebase
Attribut.h
1 // Attribut.h
3 // Implementation of the Class Attribut
4 // Original author: rn
6 
7 #ifndef ATTRIBUT_H
8 #define ATTRIBUT_H
9 
10 #include "Sinergien/ProCom/Element.h"
11 #include "Sinergien/ProCom/BoFiT_IO.h"
12 
13 namespace Sinergien
14 {
15  namespace ProCom
16  {
18  {
19 
20  public:
21  Attribut();
22  virtual ~Attribut();
23  Sinergien::ProCom::Element *m_Element;
24 
25  };
26 
27  }
28 
29 }
30 #endif // ATTRIBUT_H
Definition: Attribut.h:17
Definition: BoFiT_IO.h:15
Definition: BPLCChannel.h:13
Definition: Element.h:18