Modernize all typedefs with using statements
This commit is contained in:
committed by
Alex Chernyakhovsky
parent
38c84a9330
commit
8469db91db
@@ -95,7 +95,7 @@
|
||||
|
||||
#include "src/network/networktransport-impl.h"
|
||||
|
||||
typedef Network::Transport< Terminal::Complete, Network::UserStream > ServerConnection;
|
||||
using ServerConnection = Network::Transport<Terminal::Complete, Network::UserStream>;
|
||||
|
||||
static void serve( int host_fd,
|
||||
Terminal::Complete &terminal,
|
||||
|
||||
Reference in New Issue
Block a user