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 / CyberLogExtension


AddCyberItemToLog

Adds a Cyberdog item to the log.

void AddCyberItemToLog (in CyberItem parent, 
in CyberItem child);
parent
The CyberItem object's parent if one exists; otherwise, kODNULL.
child
The CyberItem object to be added.
DISCUSSION
This method should add a Cyberdog item to the log. You should not call this method directly; to add a Cyberdog item to the log, you should call CyberSession::AddCyberItemToLog, which calls this method.

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

SEE ALSO
The CyberSession::AddCyberItemToLog method (page 351).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996