Changeset 7041 for source/ariba/utility/transport/transport_peer.hpp
- Timestamp:
- Dec 8, 2009, 6:18:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/transport/transport_peer.hpp
r5993 r7041 2 2 #define TRANSPORT_PEER_HPP_ 3 3 4 #include<config.h> 4 5 #include "transport_protocol.hpp" 5 6 #include "ariba/utility/addressing/endpoint_set.hpp" … … 12 13 13 14 class tcpip; 15 #ifdef HAVE_LIBBLUETOOTH 14 16 class rfcomm; 17 #endif 15 18 16 19 /** … … 35 38 endpoint_set& local; 36 39 tcpip* tcp; 40 #ifdef HAVE_LIBBLUETOOTH 37 41 rfcomm* rfc; 42 #endif 38 43 }; 39 44
Note:
See TracChangeset
for help on using the changeset viewer.