blob: 2502105ed9871eb6a66e6811f6015c55c6a70fe9 [file] [log] [blame]
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
/**
* Copyright (C) 2014 Named Data Networking Project
* See COPYING for copyright and distribution information.
*/
#ifndef NFD_TABLE_CS_ENTRY_HPP
#define NFD_TABLE_CS_ENTRY_HPP
#include "common.hpp"
namespace nfd {
namespace cs {
/** \class Entry
* \brief represents a CS entry
*/
class Entry : noncopyable
{
};
} // namespace cs
} // namespace nfd
#endif // NFD_TABLE_CS_ENTRY_HPP