diff -r 2bd9d60a2c46 -r 84c2d38f924c 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 17:11:20 2008 -0700 @@ -20,7 +20,7 @@ NSNetServiceBrowser * _serviceBrowser; NSMutableArray * _serviceList; - NSNetService *_resolvingService; + BLIPConnection *_connection; }