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