blob: 53548a91e7a8c62889a92af2a80ac4d65e601da7 [file] [log] [blame]
Ilya Moiseenko1762af72011-07-18 16:43:10 -07001/*
2 * ndnabstraction-header.h
3 * XcodeProject
4 *
5 * Created by Ilya Moiseenko on 7/18/11.
6 * Copyright 2011 University of California, Los Angeles. All rights reserved.
7 *
8 */
9#ifndef NDNABSTRACTION_HEADER_H
10#define NDNABSTRACTION_HEADER_H
11
12#include <stdint.h>
13#include <vector>
14#include "ns3/header.h"
15#include "ns3/ipv4-address.h"
16#include "ns3/nstime.h"
17
18namespace ns3 {
Ilya Moiseenko1762af72011-07-18 16:43:10 -070019}
20
21#endif