Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
Source/Protocols/BroadcasterDaemonProtocol.h
/* |
File: BroadcasterDaemonProtocol.h |
Description: This file contains the BroadcasterDaemon protocol. This protocol is |
used for communication between the daemon and the cgi. |
*/ |
@protocol BroadcasterDaemonProtocol |
// getters |
- (NSString *)launchPath; |
// setters |
- (void)setLaunchPath:(NSString *)launchPath; |
// methods |
- (BOOL)launchBroadcaster:(BOOL)withUI; |
- (BOOL)daemonConnectedToBroadcaster; |
@end |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14