src/internet/model/udp-socket-factory-impl.h
changeset 11045 6024c150e4c8
parent 10440 1e48ff9185f1
equal deleted inserted replaced
11044:6b153691af7c 11045:6024c150e4c8
    44  */
    44  */
    45 
    45 
    46 /**
    46 /**
    47  * \ingroup udp
    47  * \ingroup udp
    48  * \brief Object to create UDP socket instances 
    48  * \brief Object to create UDP socket instances 
    49  * \internal
       
    50  *
    49  *
    51  * This class implements the API for creating UDP sockets.
    50  * This class implements the API for creating UDP sockets.
    52  * It is a socket factory (deriving from class SocketFactory).
    51  * It is a socket factory (deriving from class SocketFactory).
    53  */
    52  */
    54 class UdpSocketFactoryImpl : public UdpSocketFactory
    53 class UdpSocketFactoryImpl : public UdpSocketFactory
    64   void SetUdp (Ptr<UdpL4Protocol> udp);
    63   void SetUdp (Ptr<UdpL4Protocol> udp);
    65 
    64 
    66   /**
    65   /**
    67    * \brief Implements a method to create a Udp-based socket and return
    66    * \brief Implements a method to create a Udp-based socket and return
    68    * a base class smart pointer to the socket.
    67    * a base class smart pointer to the socket.
    69    * \internal
       
    70    *
    68    *
    71    * \return smart pointer to Socket
    69    * \return smart pointer to Socket
    72    */
    70    */
    73   virtual Ptr<Socket> CreateSocket (void);
    71   virtual Ptr<Socket> CreateSocket (void);
    74 
    72