changeset 11:4588540b0cf3

IAddress is a string
author daedric <d43dr1c@gmail.com>
date Sat, 20 Mar 2010 17:07:07 +0100
parents 57b2a2925db8
children 094f9bdd7d3a
files src/include/network/IEndPoint.hpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/include/network/IEndPoint.hpp	Sat Mar 20 14:45:44 2010 +0100
+++ b/src/include/network/IEndPoint.hpp	Sat Mar 20 17:07:07 2010 +0100
@@ -21,6 +21,7 @@
     typedef int                 Ip;
     typedef unsigned short      Port;
     typedef int                 Socket;
+    typedef std::string         IAddress;
 
 public: