equal
deleted
inserted
replaced
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. |