CIM++ Adapted CIM Codebase
ErpLedBudLineItem.h
1 // ErpLedBudLineItem.h
3 // Implementation of the Class ErpLedBudLineItem
5 
6 #ifndef ERPLEDBUDLINEITEM_H
7 #define ERPLEDBUDLINEITEM_H
8 
9 #include "IEC61968/Common/Status.h"
10 #include "IEC61968/InfIEC61968/InfERPSupport/ErpLedgerBudget.h"
11 #include "IEC61968/InfIEC61968/InfERPSupport/ErpIdentifiedObject.h"
12 
13 namespace IEC61968
14 {
15  namespace InfIEC61968
16  {
17  namespace InfERPSupport
18  {
25  {
26 
27  public:
29  virtual ~ErpLedBudLineItem();
32 
33  };
34 
35  }
36 
37  }
38 
39 }
40 #endif // ERPLEDBUDLINEITEM_H
Definition: Status.h:20
Definition: BusbarSectionInfo.h:14