CIM++ Adapted CIM Codebase
Maintainer.h
1 // Maintainer.h
3 // Implementation of the Class Maintainer
4 // Original author: T. Kostic
6 
7 #ifndef MAINTAINER_H
8 #define MAINTAINER_H
9 
10 #include "IEC61968/Assets/AssetOrganisationRole.h"
11 
12 namespace IEC61968
13 {
14  namespace Assets
15  {
20  {
21 
22  public:
23  Maintainer();
24  virtual ~Maintainer();
25 
26  };
27 
28  }
29 
30 }
31 #endif // MAINTAINER_H
Definition: Maintainer.h:19
Definition: AssetOrganisationRole.h:19
Definition: BusbarSectionInfo.h:14