changeset 26 | cb9cdf247239 |
parent 2 | 9fdd8dba529c |
child 44 | d8a559a39284 |
1.1 --- a/TCP/TCPListener.h Sat May 24 17:25:06 2008 -0700 1.2 +++ b/TCP/TCPListener.h Wed Apr 22 16:45:39 2009 -0700 1.3 @@ -98,6 +98,9 @@ 1.4 /** Current error status of Bonjour service advertising. See NSNetServicesError for error codes. */ 1.5 @property (readonly) NSInteger /*NSNetServicesError*/ bonjourError; 1.6 1.7 +/** The NSNetService being published. */ 1.8 +@property (readonly) NSNetService* bonjourService; 1.9 + 1.10 1.11 @end 1.12