Commit 2e735546 authored by Simon Giesecke's avatar Simon Giesecke Committed by Simon Giesecke

Problem: socks_connecter_t, vmci_connecter_t and vmci_listener_t duplicate code…

Problem: socks_connecter_t, vmci_connecter_t and vmci_listener_t duplicate code with stream_*_base_t

Solution: add TODO comments to resolve this debt
parent b462cc09
......@@ -42,6 +42,7 @@ class io_thread_t;
class session_base_t;
struct address_t;
// TODO consider refactoring this to derive from stream_connecter_base_t
class socks_connecter_t : public own_t, public io_object_t
{
public:
......
......@@ -45,6 +45,7 @@ class io_thread_t;
class session_base_t;
struct address_t;
// TODO consider refactoring this to derive from stream_connecter_base_t
class vmci_connecter_t : public own_t, public io_object_t
{
public:
......
......@@ -46,6 +46,7 @@ namespace zmq
class io_thread_t;
class socket_base_t;
// TODO consider refactoring this to derive from stream_listener_base_t
class vmci_listener_t : public own_t, public io_object_t
{
public:
......
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