33 static void destructingContext(uint32_t contextid);
35 typedef void ContextDestructionCB(uint32_t contextid,
void * userdata);
36 static void addContextDestructionCallback(ContextDestructionCB * func,
void * closure);
37 static void removeContextDestructionCallback(ContextDestructionCB * func,
void * closure);
The SoContextHandler class is for now to be treated as an internal class.
Definition SoContextHandler.h:31