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


GetCyberSession

Retrieves the global session object.

CyberSession GetCyberSession ();
return value
The global CyberSession object.
DISCUSSION
You can call this method when you need a reference to the global CyberSession object. This method returns kODNULL if the CyberSession object has not yet been created. You also can call the GetCyberSession global function to obtain the reference.

If you subclass CyberExtension, do not override this method.

SEE ALSO
The GetCyberSession function (page 188).
The CreateCyberSession method (page 219).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
13 JUL 1996