IEC61970 16v29a - IEC61968 12v08
PersonDocumentRole.h
1 // PersonDocumentRole.h
3 // Implementation of the Class PersonDocumentRole
5 
6 #ifndef PERSONDOCUMENTROLE_H
7 #define PERSONDOCUMENTROLE_H
8 
9 #include "IEC61968/InfIEC61968/InfCommon/Role.h"
10 
11 namespace IEC61968
12 {
13  namespace InfIEC61968
14  {
15  namespace InfCommon
16  {
21  {
22 
23  public:
25  virtual ~PersonDocumentRole();
26 
27  };
28 
29  }
30 
31  }
32 
33 }
34 #endif // PERSONDOCUMENTROLE_H
Definition: PersonDocumentRole.h:20
Definition: BusbarSectionInfo.h:14