CIM++ Adapted CIM_SINERGIEN Codebase
ContingencyElement.h
1 // ContingencyElement.h
3 // Implementation of the Class ContingencyElement
5 
6 #ifndef CONTINGENCYELEMENT_H
7 #define CONTINGENCYELEMENT_H
8 
9 #include "IEC61970/Base/Core/IdentifiedObject.h"
10 
11 namespace IEC61970
12 {
13  namespace Base
14  {
15  namespace Contingency
16  {
22  {
23 
24  public:
26  virtual ~ContingencyElement();
27 
28  };
29 
30  }
31 
32  }
33 
34 }
35 #endif // CONTINGENCYELEMENT_H
Definition: AuxiliaryEquipment.h:13
Definition: IdentifiedObject.h:36
Definition: ContingencyElement.h:21