changeset 58 | 6577813acf12 |
parent 32 | b3254a2f6d6c |
1.1 --- a/PortMapper/MYDNSService.h Wed Apr 29 13:57:10 2009 -0700 1.2 +++ b/PortMapper/MYDNSService.h Fri Jul 03 17:50:28 2009 -0700 1.3 @@ -38,6 +38,9 @@ 1.4 /** Stops the service. */ 1.5 - (void) stop; 1.6 1.7 +/** Has the service started up? */ 1.8 +@property (readonly) BOOL isRunning; 1.9 + 1.10 1.11 /** The error status, a DNSServiceErrorType enum; nonzero if something went wrong. 1.12 This property is KV observable. */