Skip to content

Commit

Permalink
Add TcpServer standardization header (#2189)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc authored Aug 14, 2023
1 parent b31ff07 commit 1021ec0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Drv/TcpServer/TcpServer.hpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// ======================================================================
// TcpServer.hpp
// Standardization header for TcpServer
// ======================================================================

#ifndef Drv_TcpServer_HPP
#define Drv_TcpServer_HPP

#include "Drv/TcpServer/TcpServerComponentImpl.hpp"

namespace Drv {

typedef TcpServerComponentImpl TcpServer;

}

#endif

0 comments on commit 1021ec0

Please sign in to comment.