changeset 49 | 20cccc7c26ee |
parent 19 | 16454d63d4c2 |
child 63 | 5e4855a592ee |
1.1 --- a/BLIP/BLIPConnection.h Mon Jun 23 14:02:31 2008 -0700 1.2 +++ b/BLIP/BLIPConnection.h Sun May 24 15:03:39 2009 -0700 1.3 @@ -19,6 +19,7 @@ 1.4 Most of the API is inherited from TCPConnection. */ 1.5 @interface BLIPConnection : TCPConnection 1.6 { 1.7 + @private 1.8 BLIPDispatcher *_dispatcher; 1.9 BOOL _blipClosing; 1.10 }