All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Networking.h
1 // Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2 
3 #pragma once
4 
5 namespace Eegeo
6 {
7  namespace Networking
8  {
9  class ITcpClient;
10  class ITcpListener;
11  class ITcpClientFactory;
12  class ITcpSocket;
13  class ITcpSocketSet;
14  }
15 }