Last change
on this file since 6841 was
5284,
checked in by mies, 14 years ago
|
+ added new transport modules and adapted ariba to them
+ exchange endpoint descriptors an link establishment
+ clean up of base communication
+ link establishment with in the presence of multiple endpoints
+ local discovery for ipv6, ipv4 and bluetooth mac addresses
|
File size:
156 bytes
|
Line | |
---|
1 | #include "ip_address.hpp" |
---|
2 | |
---|
3 | namespace ariba { |
---|
4 | namespace addressing { |
---|
5 | |
---|
6 | const std::string ip_address::type_name_ip = "ip"; |
---|
7 | |
---|
8 | }} // namespace ariba::addressing |
---|
9 | |
---|
Note: See
TracBrowser
for help on using the repository browser.