CIM++ Adapted CIM_SINERGIEN Codebase
DiagramObjectGluePoint.h
1 // DiagramObjectGluePoint.h
3 // Implementation of the Class DiagramObjectGluePoint
4 // Original author: mcmorran
6 
7 #ifndef DIAGRAMOBJECTGLUEPOINT_H
8 #define DIAGRAMOBJECTGLUEPOINT_H
9 #include "BaseClass.h"
10 
11 namespace IEC61970
12 {
13  namespace Base
14  {
15  namespace DiagramLayout
16  {
23  {
24 
25  public:
27  virtual ~DiagramObjectGluePoint();
28 
29  };
30 
31  }
32 
33  }
34 
35 }
36 #endif // DIAGRAMOBJECTGLUEPOINT_H
Definition: AuxiliaryEquipment.h:13
Definition: DiagramObjectGluePoint.h:22
Definition: BaseClass.h:6