1.1 --- a/Bonjour/MYBonjourBrowser.h Wed Apr 29 13:29:31 2009 -0700
1.2 +++ b/Bonjour/MYBonjourBrowser.h Fri Jul 03 17:50:28 2009 -0700
1.3 @@ -22,7 +22,7 @@
1.4 MYBonjourRegistration *_myRegistration;
1.5 }
1.6
1.7 -/** Initializes a new BonjourBrowser.
1.8 +/** Initializes a new MYBonjourBrowser.
1.9 Call -start to begin browsing.
1.10 @param serviceType The name of the service type to look for, e.g. "_http._tcp". */
1.11 - (id) initWithServiceType: (NSString*)serviceType;
1.12 @@ -31,12 +31,12 @@
1.13 @property (readonly) BOOL browsing;
1.14
1.15 /** The set of currently found services. These are instances of the serviceClass,
1.16 - which is BonjourService by default.
1.17 + which is MYBonjourService by default.
1.18 This is KV-observable. */
1.19 @property (readonly) NSSet *services;
1.20
1.21 /** The class of objects to create to represent services.
1.22 - The default value is [BonjourService class]; you can change this, but only
1.23 + The default value is [MYBonjourService class]; you can change this, but only
1.24 to a subclass of that. */
1.25 @property Class serviceClass;
1.26