00001 #ifndef toast_async_request_hpp_INCLUDED 00002 #define toast_async_request_hpp_INCLUDED 00003 00004 #include <boost/function.hpp> 00005 00006 namespace toast { 00007 namespace async { 00008 00016 typedef boost::function<void ()> request; 00017 00020 } // namespace async 00021 } // namespace toast 00022 00023 #endif // toast_async_request_hpp_INCLUDED