changeset 39 | 5ed02247b7fc |
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 Tue May 05 15:12:18 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 }