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