Changeset 5410 for source/ariba/utility/transport/asio
- Timestamp:
- Jul 29, 2009, 11:06:18 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/transport/asio/bluetooth_endpoint.hpp
r5284 r5410 175 175 176 176 template<typename X> 177 bdaddr_t bluetooth_endpoint<X>::addr_any = ( bdaddr_t) { {0, 0, 0, 0, 0, 0}};177 bdaddr_t bluetooth_endpoint<X>::addr_any = (const bdaddr_t) { {0u, 0u, 0u, 0u, 0u, 0u} }; 178 178 179 179 }}} // namespace boost::asio::bluetooth
Note:
See TracChangeset
for help on using the changeset viewer.