diff -r 2bd9d60a2c46 -r bb5faa9995d5 BLIP/Demo/BLIPEchoClient.h --- a/BLIP/Demo/BLIPEchoClient.h Sun May 25 10:28:26 2008 -0700 +++ b/BLIP/Demo/BLIPEchoClient.h Wed Jun 04 21:09:45 2008 -0700 @@ -20,7 +20,7 @@ NSNetServiceBrowser * _serviceBrowser; NSMutableArray * _serviceList; - NSNetService *_resolvingService; + BLIPConnection *_connection; }