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