IEC61970 17v23
ChangeSet.h
1 // ChangeSet.h
3 // Implementation of the Class ChangeSet
4 // Original author: 222206
6 
7 #ifndef CHANGESET_H
8 #define CHANGESET_H
9 
10 #include "IEC61970/Part303/GenericDataset/DataSet.h"
11 
12 namespace IEC61970
13 {
14  namespace Part303
15  {
16  namespace GenericDataset
17  {
24  {
25 
26  public:
27  ChangeSet();
28  virtual ~ChangeSet();
29 
30  };
31 
32  }
33 
34  }
35 
36 }
37 #endif // CHANGESET_H
Definition: AuxiliaryEquipment.h:13