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


ClearLogFinger

Clears the log finger from a Cyberdog item.

void ClearLogFinger (in CyberItem item);
item
The CyberItem object to be cleared.
DISCUSSION
This method should remove the finger from the specified Cyberdog item in the log. If the log finger does not point to the specified Cyberdog item, the method should do nothing. You should not call this method directly; to clear the log finger, you should call CyberSession::ClearLogFinger, which calls this method.

If you subclass CyberLogExtension, you must override this method. Your override must call its inherited method.

SEE ALSO
The SetLogFinger method (page 254).
The CyberSession::ClearLogFinger method (page 353).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996