memgraph/include/io/network/stream_dispatcher.hpp

13 lines
63 B
C++
Raw Normal View History

2016-08-02 05:14:09 +08:00
#pragma once
namespace io
{
class StreamDispatcher
{
};
}