src/visualizer/model/pyviz.cc
changeset 11266 89c5b82364d5
parent 10968 2d29fee2b7b8
equal deleted inserted replaced
11265:9fa2628d32cb 11266:89c5b82364d5
    83 TypeId 
    83 TypeId 
    84 PyVizPacketTag::GetTypeId (void)
    84 PyVizPacketTag::GetTypeId (void)
    85 {
    85 {
    86   static TypeId tid = TypeId ("ns3::PyVizPacketTag")
    86   static TypeId tid = TypeId ("ns3::PyVizPacketTag")
    87     .SetParent<Tag> ()
    87     .SetParent<Tag> ()
       
    88     .SetGroupName ("Visualizer")
    88     .AddConstructor<PyVizPacketTag> ()
    89     .AddConstructor<PyVizPacketTag> ()
    89   ;
    90   ;
    90   return tid;
    91   return tid;
    91 }
    92 }
    92 TypeId 
    93 TypeId