blob: adb2b8c00a8eb869acf0a06b74b8d3c075c05efb [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_H
#define NFD_TABLE_CS_ENTRY_H
#include <boost/utility.hpp>
namespace ndn {
namespace cs {
/** \class Entry
* \brief represents a CS entry
*/
class Entry : boost::noncopyable
{
};
};//namespace cs
};//namespace ndn
#endif//NFD_TABLE_CS_ENTRY_H