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