Yingdi Yu | d337049 | 2014-02-12 17:17:11 -0800 | [diff] [blame] | 1 | /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */ |
| 2 | /** |
| 3 | * Copyright (C) 2013 Regents of the University of California. |
| 4 | * See COPYING for copyright and distribution information. |
| 5 | */ |
| 6 | |
| 7 | #ifndef NDN_MANAGEMENT_NFD_FACE_MANAGEMENT_OPTIONS_HPP |
| 8 | #define NDN_MANAGEMENT_NFD_FACE_MANAGEMENT_OPTIONS_HPP |
| 9 | |
Junxiao Shi | bc19b37 | 2014-03-23 16:59:25 -0700 | [diff] [blame] | 10 | #include "nfd-control-parameters.hpp" |
Yingdi Yu | d337049 | 2014-02-12 17:17:11 -0800 | [diff] [blame] | 11 | |
| 12 | #endif // NDN_MANAGEMENT_NFD_FACE_MANAGEMENT_OPTIONS_HPP |