diff -r 2bd9d60a2c46 -r 29e8b03c05d4 BLIP/Demo/BLIPEchoClient.h --- a/BLIP/Demo/BLIPEchoClient.h Sun May 25 10:28:26 2008 -0700 +++ b/BLIP/Demo/BLIPEchoClient.h Tue Jun 03 16:56:33 2008 -0700 @@ -20,7 +20,7 @@ NSNetServiceBrowser * _serviceBrowser; NSMutableArray * _serviceList; - NSNetService *_resolvingService; + BLIPConnection *_connection; }