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