Changeset 10700 for source/ariba/utility/transport
- Timestamp:
- Aug 22, 2012, 2:09:00 PM (12 years ago)
- Location:
- source
- Files:
-
- 5 added
- 9 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/messages/shared_buffer.hpp
r10653 r10700 11 11 #include <boost/shared_ptr.hpp> 12 12 13 #include "ariba/config.h" 13 14 #ifdef DEBUG 14 15 #include <boost/thread/mutex.hpp> -
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 */ -
source/ariba/utility/transport/transport_peer.cpp
r10653 r10700 3 3 #include "transport_peer.hpp" 4 4 #include "transport.hpp" 5 #include "ariba/utility/logging/Logging.h"6 5 #include <boost/asio/ip/tcp.hpp> 7 6 #include <boost/asio/error.hpp> -
source/ariba/utility/transport/transport_peer.hpp
r10653 r10700 3 3 4 4 #include "ariba/config.h" 5 #include "ariba/utility/logging/Logging.h" 5 6 #include "transport_protocol.hpp" 6 7 #include "ariba/utility/addressing/endpoint_set.hpp" … … 29 30 /// protocols and can send messages to an entire set of endpoints 30 31 class transport_peer : public transport_protocol { 32 use_logging_h(transport_peer); 31 33 public: 32 34 transport_peer( endpoint_set& local_set );
Note:
See TracChangeset
for help on using the changeset viewer.