CIM++ Adapted CIM Codebase
Usage.h
1 // Usage.h
3 // Implementation of the Class Usage
5 
6 #ifndef USAGE_H
7 #define USAGE_H
8 
9 #include "IEC61968/Common/Status.h"
10 #include "IEC61968/InfIEC61968/InfWork/WorkIdentifiedObject.h"
11 
12 namespace IEC61968
13 {
14  namespace InfIEC61968
15  {
16  namespace InfWork
17  {
23  {
24 
25  public:
26  Usage();
27  virtual ~Usage();
29 
30  };
31 
32  }
33 
34  }
35 
36 }
37 #endif // USAGE_H
Definition: Status.h:20
Definition: BusbarSectionInfo.h:14
Definition: WorkIdentifiedObject.h:23