CIM++ Adapted CIM_SINERGIEN Codebase
WiredChannel.h
1 // WiredChannel.h
3 // Implementation of the Class WiredChannel
4 // Original author: Alper Tokel
6 
7 #ifndef WIREDCHANNEL_H
8 #define WIREDCHANNEL_H
9 
10 #include "Sinergien/Communication/Channels/CommChannel.h"
11 
12 namespace Sinergien
13 {
14  namespace Communication
15  {
16  namespace Channels
17  {
19  {
20 
21  public:
22  WiredChannel();
23  virtual ~WiredChannel();
24 
25  };
26 
27  }
28 
29  }
30 
31 }
32 #endif // WIREDCHANNEL_H
Definition: BPLCChannel.h:13