1 #ifndef KM3NET_ACOUSTIC_LINK_H_ 
    2 #define KM3NET_ACOUSTIC_LINK_H_ 
    6 #include <boost/asio.hpp> 
    7 #include <boost/bind.hpp> 
    8 #include <boost/array.hpp> 
    9 #include <boost/shared_ptr.hpp> 
   10 #include <boost/enable_shared_from_this.hpp> 
   16 #define STD_DIM_BUFFER  131072 
   41         void                                                                            Read_completed(
const boost::system::error_code& error,std::size_t transferred);
 
   53 typedef boost::shared_ptr<KM3NeT_Acoustic_Link> 
pLink;