IEC61970 17v07
17v07
refactored
IEC61970
Base
DiagramLayout
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
{
22
class
DiagramObjectGluePoint
:
public
BaseClass
23
{
24
25
public
:
26
DiagramObjectGluePoint
();
27
virtual
~
DiagramObjectGluePoint
();
28
29
};
30
31
}
32
33
}
34
35
}
36
#endif // DIAGRAMOBJECTGLUEPOINT_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::DiagramLayout::DiagramObjectGluePoint
Definition:
DiagramObjectGluePoint.h:22
BaseClass
Definition:
BaseClass.h:6
Generated by
1.8.13