changeset 84:44b9ac934329

Fix Ip typedef (close #20)
author Louis Opter <kalessin@kalessin.fr>
date Fri, 09 Apr 2010 20:54:53 +0200
parents be22011b3843
children 95e639a51bf6
files include/network/IEndPoint.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/include/network/IEndPoint.hpp	Wed Apr 07 13:15:19 2010 +0200
+++ b/include/network/IEndPoint.hpp	Fri Apr 09 20:54:53 2010 +0200
@@ -20,7 +20,7 @@
             class   IEndPoint
             {
             public:
-                typedef int             Ip;
+                typedef unsigned int    Ip;
                 typedef unsigned short  Port;
 # if WIN32
                 typedef SOCKET          Socket;