Synthesize new properties for class cross-referencing and SocketWrapper now init...
authorRobert Sesek <rsesek@bluestatic.org>
Sat, 5 Jan 2008 22:54:50 +0000 (14:54 -0800)
committerRobert Sesek <rsesek@bluestatic.org>
Sat, 5 Jan 2008 22:54:50 +0000 (14:54 -0800)
commit86c8dc1f92cb4e0a730812d5944667aefca0cb2f
tree0313dcebf044b707b21b527a072f03dd3e0df97a
parentdc5bc71418769264cac97c5aa0688fa118b4764d
Synthesize new properties for class cross-referencing and SocketWrapper now init's with a DebuggerConnection

* Source/DebuggerConnection.h: New property for the DebuggerWindowController
* Source/DebuggerConnection.m: Synthesize new property and changed SocketWrapper's initializer
* Source/DebuggerWindowController.h: New property for DebuggerConnection
* Source/DebuggerWindowController.m: ditto
* Source/SocketWrapper.h: The init method now takes a DebuggerConnection (and stores it) instead of a port
* Source/SocketWrapper.m: ditto
Source/DebuggerConnection.h
Source/DebuggerConnection.m
Source/DebuggerWindowController.h
Source/DebuggerWindowController.m
Source/SocketWrapper.h
Source/SocketWrapper.m