IEC61970 16v29a - IEC61968 12v08
ExternalCustomerAgreement.h
1 // ExternalCustomerAgreement.h
3 // Implementation of the Class ExternalCustomerAgreement
5 
6 #ifndef EXTERNALCUSTOMERAGREEMENT_H
7 #define EXTERNALCUSTOMERAGREEMENT_H
8 
9 #include "IEC61968/Common/Agreement.h"
10 
11 namespace IEC61968
12 {
13  namespace InfIEC61968
14  {
15  namespace InfCustomers
16  {
23  {
24 
25  public:
27  virtual ~ExternalCustomerAgreement();
28 
29  };
30 
31  }
32 
33  }
34 
35 }
36 #endif // EXTERNALCUSTOMERAGREEMENT_H
Definition: Agreement.h:22
Definition: ExternalCustomerAgreement.h:22
Definition: BusbarSectionInfo.h:14