changeset 2602 | d9262bff6df2 |
parent 2592 | 3ebf97150166 |
child 2834 | 1aab57845b07 |
--- a/src/node/packet-socket-factory.cc Thu Mar 13 11:21:12 2008 -0700 +++ b/src/node/packet-socket-factory.cc Thu Mar 13 12:56:49 2008 -0700 @@ -29,7 +29,7 @@ TypeId PacketSocketFactory::GetTypeId (void) { - static TypeId tid = TypeId ("Packet") + static TypeId tid = TypeId ("ns3::PacketSocketFactory") .SetParent<SocketFactory> (); return tid; }