CIM++ Adapted CIM Codebase
ErpRecDelvLineItem.h
1 // ErpRecDelvLineItem.h
3 // Implementation of the Class ErpRecDelvLineItem
5 
6 #ifndef ERPRECDELVLINEITEM_H
7 #define ERPRECDELVLINEITEM_H
8 
9 #include "IEC61968/Common/Status.h"
10 #include "IEC61968/InfIEC61968/InfERPSupport/ErpReceiveDelivery.h"
11 #include "IEC61968/InfIEC61968/InfERPSupport/ErpIdentifiedObject.h"
12 #include "IEC61968/InfIEC61968/InfERPSupport/ErpPOLineItem.h"
13 #include "IEC61968/InfIEC61968/InfERPSupport/ErpInvoiceLineItem.h"
14 
15 namespace IEC61968
16 {
17  namespace InfIEC61968
18  {
19  namespace InfERPSupport
20  {
27  {
28 
29  public:
31  virtual ~ErpRecDelvLineItem();
36 
37  };
38 
39  }
40 
41  }
42 
43 }
44 #endif // ERPRECDELVLINEITEM_H
Definition: Status.h:20
Definition: BusbarSectionInfo.h:14