blob: 0a758b3ac76f9ef4e41291c588f48583c0f0cc28 [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_FACE_FACE_H
#define NFD_FACE_FACE_H
#include "common.hpp"
namespace ndn {
/** \class FaceId
* \brief identifies a face
*/
typedef int FaceId;
/** \class Face
* \brief represents a face
*/
class Face : noncopyable
{
};
} // namespace ndn
#endif // NFD_FACE_FACE_H