CIM++ Adapted CIM Codebase
ErpPersonnel.h
1 // ErpPersonnel.h
3 // Implementation of the Class ErpPersonnel
5 
6 #ifndef ERPPERSONNEL_H
7 #define ERPPERSONNEL_H
8 
9 #include "IEC61968/Common/Status.h"
10 #include "IEC61968/InfIEC61968/InfERPSupport/ErpIdentifiedObject.h"
11 
12 namespace IEC61968
13 {
14  namespace InfIEC61968
15  {
16  namespace InfERPSupport
17  {
23  {
24 
25  public:
26  ErpPersonnel();
27  virtual ~ErpPersonnel();
29 
30  };
31 
32  }
33 
34  }
35 
36 }
37 #endif // ERPPERSONNEL_H
Definition: Status.h:20
Definition: BusbarSectionInfo.h:14