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