CIM++ Adapted CIM Codebase
PersonPropertyRole.h
1 // PersonPropertyRole.h
3 // Implementation of the Class PersonPropertyRole
5 
6 #ifndef PERSONPROPERTYROLE_H
7 #define PERSONPROPERTYROLE_H
8 
9 #include "IEC61968/InfIEC61968/InfCommon/Role.h"
10 
11 namespace IEC61968
12 {
13  namespace InfIEC61968
14  {
15  namespace InfCommon
16  {
22  {
23 
24  public:
26  virtual ~PersonPropertyRole();
27 
28  };
29 
30  }
31 
32  }
33 
34 }
35 #endif // PERSONPROPERTYROLE_H
Definition: PersonPropertyRole.h:21
Definition: BusbarSectionInfo.h:14