src/node/packet-socket-factory.h
changeset 2251 04963d8cca51
parent 2250 18f432098389
child 2834 1aab57845b07
equal deleted inserted replaced
2250:18f432098389 2251:04963d8cca51
    32  * generate PacketSockets that can connect to net devices.
    32  * generate PacketSockets that can connect to net devices.
    33  */
    33  */
    34 class PacketSocketFactory : public SocketFactory
    34 class PacketSocketFactory : public SocketFactory
    35 {
    35 {
    36 public:
    36 public:
    37   static TypeId iid (void);
    37   static TypeId GetTypeId (void);
    38 
    38 
    39   PacketSocketFactory ();
    39   PacketSocketFactory ();
    40 
    40 
    41   /**
    41   /**
    42    * Creates a PacketSocket and returns a pointer to it.
    42    * Creates a PacketSocket and returns a pointer to it.