This repository has been archived on 2018-04-01. You can view files and clone it, but cannot push or open issues or pull requests.
php-asio/src/wrapped_handler.cpp

15 lines
218 B
C++
Raw Permalink Normal View History

2018-04-01 08:35:05 +00:00
/**
* php-asio/wrapped_handler.cpp
*
* @author CismonX<admin@cismon.net>
*/
#include "wrapped_handler.hpp"
#ifdef ENABLE_STRAND
namespace asio
{
PHP_ASIO_CE_DEFINE(wrapped_handler);
}
#endif // ENABLE_STRAND