| /* -*- 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_MGMT_MANAGER_BASE_HPP |
| #define NFD_MGMT_MANAGER_BASE_HPP |
| #include <ndn-cpp-dev/management/control-response.hpp> |
| ManagerBase(shared_ptr<AppFace> face); |
| setResponse(ndn::ControlResponse& response, |
| const std::string& text); |
| sendResponse(const Name& name, |
| const ndn::ControlResponse& response); |
| sendResponse(const Name& name, |
| const std::string& text); |
| shared_ptr<AppFace> m_face; |
| ManagerBase::setResponse(ndn::ControlResponse& response, |
| #endif // NFD_MGMT_MANAGER_BASE_HPP |