CIM++ Adapted CIM_SINERGIEN Codebase
Auswahloption.h
1 // Auswahloption.h
3 // Implementation of the Class Auswahloption
4 // Original author: rn
6 
7 #ifndef AUSWAHLOPTION_H
8 #define AUSWAHLOPTION_H
9 #include "BaseClass.h"
10 
11 namespace Sinergien
12 {
13  namespace ProCom
14  {
15  class Auswahloption : public BaseClass
16  {
17 
18  public:
19  Auswahloption();
20  virtual ~Auswahloption();
21 
22  };
23 
24  }
25 
26 }
27 #endif // AUSWAHLOPTION_H
Definition: BPLCChannel.h:13
Definition: BaseClass.h:6
Definition: Auswahloption.h:15