1 #ifndef COIN_SOCONTEXTHANDLER_H
2 #define COIN_SOCONTEXTHANDLER_H
4 #include <Inventor/SbBasic.h>
29 #include <Inventor/SbBasic.h>
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);
40 #endif // !COIN_SOCONTEXTHANDLER_H