samples/main-packet-tag.cc
changeset 3041 a624276a897b
parent 3040 e11e106c7c19
child 3208 1a754d09c4ba
equal deleted inserted replaced
3040:e11e106c7c19 3041:a624276a897b
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    16  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    17  *
    17  *
    18  * Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
    18  * Author: Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
    19  */
    19  */
    20 #include "ns3/mtag.h"
    20 #include "ns3/tag.h"
    21 #include "ns3/packet.h"
    21 #include "ns3/packet.h"
    22 #include "ns3/uinteger.h"
    22 #include "ns3/uinteger.h"
    23 #include <iostream>
    23 #include <iostream>
    24 
    24 
    25 using namespace ns3;
    25 using namespace ns3;