IEC61970 16v29a - IEC61968 12v08
ErpPOLineItem.h
1 // ErpPOLineItem.h
3 // Implementation of the Class ErpPOLineItem
5 
6 #ifndef ERPPOLINEITEM_H
7 #define ERPPOLINEITEM_H
8 
9 #include "IEC61968/InfIEC61968/InfERPSupport/ErpPurchaseOrder.h"
10 #include "IEC61968/InfIEC61968/InfERPSupport/ErpDocument.h"
11 
12 namespace IEC61968
13 {
14  namespace InfIEC61968
15  {
16  namespace InfERPSupport
17  {
23  {
24 
25  public:
26  ErpPOLineItem();
27  virtual ~ErpPOLineItem();
29 
30  };
31 
32  }
33 
34  }
35 
36 }
37 #endif // ERPPOLINEITEM_H
Definition: BusbarSectionInfo.h:14