diff options
Diffstat (limited to 'Frameworks/MCPKit/MCPFoundationKit/MCPConnectionProxy.h')
-rw-r--r-- | Frameworks/MCPKit/MCPFoundationKit/MCPConnectionProxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
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. |