Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Cyberdog Programmer's Kit / Part 3 - Cyberdog Reference
Chapter 7 - Classes and Methods / CyberService


GetConnectPartKind

Retrieves the part kind of the Connect To panel for this Cyberdog service.

ODType GetConnectPartKind ();
return value
The part kind of the Connect To panel.
DISCUSSION
This method should return the part kind of this service's associated Connect To panel or kODNULL if this service does not have a Connect To panel. The superclass implementation of this method returns kODNULL.

The string returned by this method is owned by the service object; you should not alter it or dispose of it.

If you subclass CyberService and override this method, your override must not call its inherited method; that is, your override method must implement this method's functionality completely.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996