• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

ibrcommon/ibrcommon/net/UnicastSocket.h

Go to the documentation of this file.
00001 /*
00002  * UnicastSocket.h
00003  *
00004  *  Created on: 28.06.2010
00005  *      Author: morgenro
00006  */
00007 
00008 #ifndef UNICASTSOCKET_H_
00009 #define UNICASTSOCKET_H_
00010 
00011 #include "ibrcommon/net/NetInterface.h"
00012 #include "ibrcommon/net/udpsocket.h"
00013 
00014 namespace ibrcommon
00015 {
00016         class UnicastSocket : public ibrcommon::udpsocket
00017         {
00018         public:
00019                 UnicastSocket();
00020                 virtual ~UnicastSocket();
00021 
00022                 void bind(int port, std::string address = "");
00023                 void bind(int port, const NetInterface &iface);
00024         };
00025 }
00026 
00027 #endif /* UNICASTSOCKET_H_ */

Generated on Thu Nov 11 2010 09:49:47 for IBR-DTNSuite by  doxygen 1.7.1