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