diff -r 16454d63d4c2 -r 60f2b46d9a3b BLIP/BLIPConnection.h --- a/BLIP/BLIPConnection.h Mon Jun 23 14:02:31 2008 -0700 +++ b/BLIP/BLIPConnection.h Sat May 16 14:10:15 2009 -0700 @@ -19,6 +19,7 @@ Most of the API is inherited from TCPConnection. */ @interface BLIPConnection : TCPConnection { + @private BLIPDispatcher *_dispatcher; BOOL _blipClosing; }