instance
static CclECI* instance()
A class method that returns a pointer to the single CclECI object that exists on the client. Here is an example of its use:
CclECI* pmgr = CclECI::instance();
Parent topic:
Public methods