src/node/ipv6-raw-socket-factory.h
changeset 5891 09a575cdf8db
parent 4731 510db8599bfb
equal deleted inserted replaced
5890:9c48446a0946 5891:09a575cdf8db
    36  * This abstract class defines the API for IPv6 RAW socket factory.
    36  * This abstract class defines the API for IPv6 RAW socket factory.
    37  * 
    37  * 
    38  */
    38  */
    39 class Ipv6RawSocketFactory : public SocketFactory
    39 class Ipv6RawSocketFactory : public SocketFactory
    40 {
    40 {
    41   public:
    41 public:
    42     /** 
    42   /** 
    43      * \brief Get the type ID of this class.
    43    * \brief Get the type ID of this class.
    44      * \return type ID
    44    * \return type ID
    45      */
    45    */
    46     static TypeId GetTypeId (void);
    46   static TypeId GetTypeId (void);
    47 };
    47 };
    48 
    48 
    49 } // namespace ns3
    49 } // namespace ns3
    50 
    50 
    51 #endif /* IPV6_RAW_SOCKET_FACTORY_H */
    51 #endif /* IPV6_RAW_SOCKET_FACTORY_H */