Commit a708f150 authored by Jakob Otto's avatar Jakob Otto

Move default to forward declaration

parent d85b55d6
...@@ -27,7 +27,7 @@ namespace net { ...@@ -27,7 +27,7 @@ namespace net {
class multiplexer; class multiplexer;
class socket_manager; class socket_manager;
template <class Application, class IdType> template <class Application, class IdType = unit_t>
class transport_worker; class transport_worker;
struct network_socket; struct network_socket;
......
...@@ -30,7 +30,7 @@ namespace caf { ...@@ -30,7 +30,7 @@ namespace caf {
namespace net { namespace net {
/// Implements a worker for transport protocols. /// Implements a worker for transport protocols.
template <class Application, class IdType = unit_t> template <class Application, class IdType>
class transport_worker { class transport_worker {
public: public:
// -- member types ----------------------------------------------------------- // -- member types -----------------------------------------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment