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