blob: adb2b8c00a8eb869acf0a06b74b8d3c075c05efb [file] [log] [blame]
Junxiao Shi0fcb41e2014-01-24 10:29:43 -07001/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
2/**
3 * Copyright (C) 2014 Named Data Networking Project
4 * See COPYING for copyright and distribution information.
5 */
6
7#ifndef NFD_TABLE_CS_ENTRY_H
8#define NFD_TABLE_CS_ENTRY_H
9#include <boost/utility.hpp>
10namespace ndn {
11namespace cs {
12
13/** \class Entry
14 * \brief represents a CS entry
15 */
16
17class Entry : boost::noncopyable
18{
19};
20
21};//namespace cs
22};//namespace ndn
23#endif//NFD_TABLE_CS_ENTRY_H