embkernel
 All Classes Functions Variables Typedefs Groups Pages
NetInclude.hpp
1 //------------------------------------------------------------------------------
2 //This file is part of embKernel.
3 //See license.txt for the full license governing this code.
4 //------------------------------------------------------------------------------
5 
6 #ifndef NET_INCLUDE_HPP_
7 #define NET_INCLUDE_HPP_
8 
9 #include "Net.hpp"
10 #include "NetTcpSocket.hpp"
11 #include "NetUdpSocket.hpp"
12 #include "NetClientDns.hpp"
13 #include "NetClientSmtp.hpp"
14 
15 #endif /* NET_INC_HPP_ */