42 static void destructingContext(uint32_t contextid);
44 typedef void ContextDestructionCB(uint32_t contextid,
void * userdata);
45 static void addContextDestructionCallback(ContextDestructionCB * func,
void * closure);
46 static void removeContextDestructionCallback(ContextDestructionCB * func,
void * closure);
The SoContextHandler class is for now to be treated as an internal class.
Definition SoContextHandler.h:40