diff -r b3254a2f6d6c -r 998dcacd4983 PortMapper/MYDNSService.h --- a/PortMapper/MYDNSService.h Wed Apr 29 13:57:10 2009 -0700 +++ b/PortMapper/MYDNSService.h Thu Jul 02 20:45:11 2009 -0700 @@ -38,6 +38,9 @@ /** Stops the service. */ - (void) stop; +/** Has the service started up? */ +@property (readonly) BOOL isRunning; + /** The error status, a DNSServiceErrorType enum; nonzero if something went wrong. This property is KV observable. */