Ignore:
Timestamp:
Dec 8, 2009, 6:18:58 PM (14 years ago)
Author:
mies
Message:

added bluetooth check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/transport/transport_peer.hpp

    r5993 r7041  
    22#define TRANSPORT_PEER_HPP_
    33
     4#include<config.h>
    45#include "transport_protocol.hpp"
    56#include "ariba/utility/addressing/endpoint_set.hpp"
     
    1213
    1314class tcpip;
     15#ifdef HAVE_LIBBLUETOOTH
    1416class rfcomm;
     17#endif
    1518
    1619/**
     
    3538        endpoint_set&  local;
    3639        tcpip* tcp;
     40#ifdef HAVE_LIBBLUETOOTH
    3741        rfcomm* rfc;
     42#endif
    3843};
    3944
Note: See TracChangeset for help on using the changeset viewer.