* Source/DebuggerConnection.h: Added _input and _output instance variables
authorRobert Sesek <rsesek@bluestatic.org>
Wed, 1 Aug 2007 20:20:47 +0000 (13:20 -0700)
committerRobert Sesek <rsesek@bluestatic.org>
Wed, 1 Aug 2007 20:20:47 +0000 (13:20 -0700)
commit0013e14b7a936b8ced346d1c6b15bf2ef459329a
treee989a1bb1a1f35f7df63bfa7a16dafc4579fcb89
parent5c00a9476a51623b0a82fb99e6c2bd4cbbd0db75
* Source/DebuggerConnection.h: Added _input and _output instance variables
* Source/DebuggerConnection.m:
([DebuggerConnection initWithHost: port: session:]): Set up the NSStream's and register ourselves with NSApplicationWillTerminateNotification
([DebuggerConnection applicationWillTerminate:]): New method to release the object on close
([DebuggerConnection dealloc]): Close and release the streams upon deallocation
Source/DebuggerConnection.h
Source/DebuggerConnection.m