Changeset 5284 for source/ariba/AribaModule.h
- Timestamp:
- Jul 24, 2009, 3:23:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/AribaModule.h
r4065 r5284 42 42 #include <string> 43 43 #include <vector> 44 #include "ariba/utility/logging/Logging.h" 45 44 46 45 47 using std::vector; … … 58 60 namespace ariba { 59 61 62 // forward declaration 60 63 namespace communication { 61 class EndpointDescriptor; 62 class NetworkLocator; 63 } 64 namespace communication { 65 class BaseCommunication; 64 class EndpointDescriptor; 65 class BaseCommunication; 66 66 } 67 67 … … 86 86 class AribaModule: public Module { 87 87 friend class Node; 88 use_logging_h(AribaModule); 88 89 public: 89 90 /** … … 186 187 // members 187 188 string bootstrapFile; //< file with bootstrap information 189 string endpoints; 188 190 bool started; //< flag, if module has been started 189 191 … … 196 198 communication::BaseCommunication* base_comm; 197 199 SideportListener* sideport_sniffer; 198 199 // TODO: use "abstract" representations here!200 communication::NetworkLocator* ip_addr;201 uint16_t tcp_port, udp_port;202 200 }; 203 201
Note:
See TracChangeset
for help on using the changeset viewer.