global-io.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
25 #ifndef NFD_CORE_GLOBAL_IO_HPP
26 #define NFD_CORE_GLOBAL_IO_HPP
27 
28 #include "common.hpp"
29 
30 namespace nfd {
31 
34 boost::asio::io_service&
36 
37 #ifdef WITH_TESTS
38 
42 void
44 #endif
45 
46 } // namespace nfd
47 
48 #endif // NFD_CORE_GLOBAL_IO_HPP
void resetGlobalIoService()
Definition: global-io.cpp:50
Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents...
Definition: algorithm.hpp:32
boost::asio::io_service & getGlobalIoService()
Definition: global-io.cpp:41