8 #define BOOST_APPLICATION_FEATURE_NS_SELECT_BOOST 11 #include "gtest/gtest.h" 14 #include <boost/shared_ptr.hpp> 15 #include <boost/asio.hpp> 16 #include <boost/application.hpp> 17 #include <boost/application/auto_handler.hpp> 18 #include <boost/make_shared.hpp> 23 inline boost::application::global_context_ptr this_application()
25 return boost::application::global_context::get();
37 boost::asio::io_service* _io;
38 std::string mServiceName;
46 int operator()(boost::application::context& context);
47 bool stop(boost::application::context& context);
Implements the service functionality creating the server and other objects in the application context...
Definition: smsService.h:33