changeset 50 | 63baa74c903f |
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 Wed Jul 01 14:14:32 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 }