Adding functionality to get the IP address of the remote host and then using it in...
authorRobert Sesek <rsesek@bluestatic.org>
Fri, 3 Aug 2007 23:11:52 +0000 (16:11 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Fri, 3 Aug 2007 23:11:52 +0000 (16:11 -0700)
commit5842014aeaf81e1e029a8c00740663802500eab8
tree71d31a85a3e42457100eb520c01bb4df1790753e
parent8b68c5fb81e8ba565684daf1a87adc289b73f5fc
Adding functionality to get the IP address of the remote host and then using it in the title

* Source/DebuggerConnection.m|h: Added a _connected ivar to check and see whether or not the connection has been established
([DebuggerConnection remoteHost]): New function that returns the name of the remote host
* Source/DebuggerConnection.m:
([DebuggerConnection initWithPort:]): Do not set the window title anymore
([DebuggerConnection setStatus:]): Set the window title upon status updates
* Source/SocketWrapper.m|h:
([SocketWrapper remoteHost]): New method that gets the remote host's IP address
Source/DebuggerConnection.h
Source/DebuggerConnection.m
Source/DebuggerWindowController.m
Source/SocketWrapper.h
Source/SocketWrapper.m