CIM++ Adapted CIM Codebase
ErpJournal.h
1 // ErpJournal.h
3 // Implementation of the Class ErpJournal
5 
6 #ifndef ERPJOURNAL_H
7 #define ERPJOURNAL_H
8 
9 #include <list>
10 
11 #include "IEC61968/InfIEC61968/InfERPSupport/ErpJournalEntry.h"
12 #include "IEC61968/InfIEC61968/InfERPSupport/ErpDocument.h"
13 
14 namespace IEC61968
15 {
16  namespace InfIEC61968
17  {
18  namespace InfERPSupport
19  {
30  {
31 
32  public:
33  ErpJournal();
34  virtual ~ErpJournal();
35  std::list<IEC61968::InfIEC61968::InfERPSupport::ErpJournalEntry*> ErpJournalEntries;
36 
37  };
38 
39  }
40 
41  }
42 
43 }
44 #endif // ERPJOURNAL_H
Definition: BusbarSectionInfo.h:14