diff -r b3254a2f6d6c -r 46c7844cb592 PortMapper/MYDNSService.h --- a/PortMapper/MYDNSService.h Wed Apr 29 13:57:10 2009 -0700 +++ b/PortMapper/MYDNSService.h Mon Jul 20 13:26:29 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. */