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