blob: 04915df8a1eb638baa6ddad48cb4e2885656d244 [file] [log] [blame]
Ilya Moiseenkod26e6822011-08-23 17:48:38 -07001/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */
2/*
Alexander Afanasyev32c07562013-02-01 12:58:43 -08003 * Copyright (c) 2013 University of California, Los Angeles
Ilya Moiseenkod26e6822011-08-23 17:48:38 -07004 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation;
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
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
17 *
Alexander Afanasyev4aac5572012-08-09 10:49:55 -070018 * Author: Alexander Afanasyev <alexander.afanasyev@ucla.edu>
Ilya Moiseenkod26e6822011-08-23 17:48:38 -070019 */
20
Alexander Afanasyev32c07562013-02-01 12:58:43 -080021#ifndef NDN_NAME_COMPONENTS_H
22#define NDN_NAME_COMPONENTS_H
Ilya Moiseenkod26e6822011-08-23 17:48:38 -070023
Alexander Afanasyev32c07562013-02-01 12:58:43 -080024// #warning ndn-name-components.h is now deprecated header. Please include ndn-name.h instead
Ilya Moiseenkod26e6822011-08-23 17:48:38 -070025
Alexander Afanasyev32c07562013-02-01 12:58:43 -080026#include "ndn-name.h"
Ilya Moiseenkod26e6822011-08-23 17:48:38 -070027
Alexander Afanasyev32c07562013-02-01 12:58:43 -080028#endif // NDN_NAME_COMPONENTS_H