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