socket.h

Go to the documentation of this file.
00001 /*
00002  * socket.h
00003  *
00004  *  Created on: Jan 12, 2012
00005  *      Author: sushil
00006  */
00007 
00008 #ifndef SOCKET_H_
00009 #define SOCKET_H_
00010 
00011 #include <boost/asio.hpp>
00012 
00013 namespace FastEcslent {
00014 
00015 boost::asio::ip::udp::socket* makeUDPBroadcastSocket();
00016 
00017 }
00018 
00019 
00020 #endif /* SOCKET_H_ */

Generated on Fri Dec 13 14:54:16 2013 for FastECSLent by  doxygen 1.5.4