repeat enum keyword.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon Aug 25 10:03:38 2008 -0700 (17 months ago)
changeset 357042988e5cce5e
parent 3569 4eaf02702f17
child 3571 fbf628eb3ca6
repeat enum keyword.
src/node/net-device.h
     1.1 --- a/src/node/net-device.h	Mon Aug 25 10:02:52 2008 -0700
     1.2 +++ b/src/node/net-device.h	Mon Aug 25 10:03:38 2008 -0700
     1.3 @@ -297,7 +297,7 @@
     1.4     *          otherwise.
     1.5     */
     1.6    typedef Callback< bool, Ptr<NetDevice>, Ptr<const Packet>, uint16_t,
     1.7 -                    const Address &, const Address &, PacketType > PromiscReceiveCallback;
     1.8 +                    const Address &, const Address &, enum PacketType > PromiscReceiveCallback;
     1.9  
    1.10    /**
    1.11     * \param cb callback to invoke whenever a packet has been received in promiscuous mode and must