Changeset 7041 for source/ariba/utility/addressing
- Timestamp:
- Dec 8, 2009, 6:18:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/addressing/mac_address.hpp
r5284 r7041 4 4 #include "detail/address_convenience.hpp" 5 5 6 #include<config.h> 6 7 #include<string> 7 8 #include<cassert> 8 9 #include<boost/tr1/functional.hpp> 10 #ifdef HAVE_LIBBLUETOOTH 9 11 #include<bluetooth/bluetooth.h> 12 #endif 10 13 11 14 namespace ariba { … … 125 128 126 129 //--- conversion ---------------------------------------------------------- 130 #ifdef HAVE_LIBBLUETOOTH 127 131 128 132 bdaddr_t bluetooth() const { … … 135 139 for (size_t i=0; i<6; i++) mac[i] = addr.b[5-i]; 136 140 } 141 #endif 137 142 }; 138 143
Note:
See TracChangeset
for help on using the changeset viewer.