diff -r 16454d63d4c2 -r a9c59b0acbbc BLIP/BLIPConnection.h --- a/BLIP/BLIPConnection.h Mon Jun 23 14:02:31 2008 -0700 +++ b/BLIP/BLIPConnection.h Wed Apr 29 21:05:01 2009 -0700 @@ -19,6 +19,7 @@ Most of the API is inherited from TCPConnection. */ @interface BLIPConnection : TCPConnection { + @private BLIPDispatcher *_dispatcher; BOOL _blipClosing; }