From 63c47d26eeed7e2602e0925cae8e7386963ce695 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Wed, 26 Aug 2009 21:18:28 +0000 Subject: Make the MCPkit framework truly 64 bit compatible by using the appropriate data types. --- Frameworks/MCPKit/MCPFoundationKit/MCPConnectionProxy.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Frameworks/MCPKit/MCPFoundationKit/MCPConnectionProxy.h') diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPConnectionProxy.h b/Frameworks/MCPKit/MCPFoundationKit/MCPConnectionProxy.h index a4d1989e..6d03137c 100644 --- a/Frameworks/MCPKit/MCPFoundationKit/MCPConnectionProxy.h +++ b/Frameworks/MCPKit/MCPFoundationKit/MCPConnectionProxy.h @@ -55,12 +55,12 @@ enum PROXY_TUNNEL_STATES /** * Get the current state of the proxy. */ -- (int)state; +- (NSInteger)state; /** * Get the local port being used by the proxy. */ -- (int)localPort; +- (NSInteger)localPort; /** * Sets the method the proxy should call whenever the state of the connection changes. -- cgit v1.2.3