CIM++ Adapted CIM Codebase
OperatingParticipant.h
1 // OperatingParticipant.h
3 // Implementation of the Class OperatingParticipant
4 // Original author: kdd
6 
7 #ifndef OPERATINGPARTICIPANT_H
8 #define OPERATINGPARTICIPANT_H
9 
10 #include "IEC61970/Base/Core/IdentifiedObject.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace Core
17  {
25  {
26 
27  public:
29  virtual ~OperatingParticipant();
30 
31  };
32 
33  }
34 
35  }
36 
37 }
38 #endif // OPERATINGPARTICIPANT_H
Definition: AuxiliaryEquipment.h:13
Definition: OperatingParticipant.h:24
Definition: IdentifiedObject.h:36