blob: 1d5fe73763cf99f089ccda65b723c8b92b4297d8 [file] [log] [blame]
Ilya Moiseenko08a98a42011-08-02 16:06:51 -07001//
2// ndn_contentpacket.h
3// Abstraction
4//
5// Copyright 2011 UCLA. All rights reserved.
6//
7
8#ifndef ndn_contentpacket_h
9#define ndn_contentpacket_h
10
11#include "ns3/header.h"
12#include <ns3/packet.h>
13
14namespace ns3
15{
16 class InterestPacket : public Packet
17 {
18
19 };
20}
21
22#endif