Changeset 10700 for source/ariba/utility/transport/rfcomm
- Timestamp:
- Aug 22, 2012, 2:09:00 PM (12 years ago)
- Location:
- source
- Files:
-
- 1 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
source
- Property svn:ignore deleted
-
source/ariba
- Property svn:ignore deleted
-
source/ariba/utility
- Property svn:ignore deleted
-
source/ariba/utility/transport
- Property svn:mergeinfo changed (with no actual effect on merging)
-
source/ariba/utility/transport/rfcomm/bluetooth_endpoint.hpp
r10653 r10700 192 192 }}} // namespace boost::asio::bluetooth 193 193 194 #endif /* BOOST_ASIO_BLUETOOTH_BLUETOOTH_ENDPOINT_HPP__ */ 194 195 #endif /* HAVE_LIBBLUETOOTH */ 195 #endif /* BOOST_ASIO_BLUETOOTH_BLUETOOTH_ENDPOINT_HPP__ */ -
source/ariba/utility/transport/rfcomm/bluetooth_rfcomm.hpp
r10653 r10700 1 #include "ariba/config.h" 2 3 #ifdef HAVE_LIBBLUETOOTH 4 1 5 #ifndef BOOST_ASIO_BLUETOOTH_RFCOMM_HPP__ 2 6 #define BOOST_ASIO_BLUETOOTH_RFCOMM_HPP__ … … 53 57 54 58 #endif /* BOOST_ASIO_BLUETOOTH_RFCOMM_HPP__ */ 59 #endif /* HAVE_LIBBLUETOOTH */
Note:
See TracChangeset
for help on using the changeset viewer.