#include "ace/pre.h"
#include "ace/config-all.h"
#include "ace/OS_Export.h"
#include "ace/post.h"
Include dependency graph for Thread_Hook.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
class | ACE_Thread_Hook |
This class makes it possible to provide user-defined "start" hooks that are called before the thread entry point function is invoked. More... |
Thread_Hook.h,v 4.3 2000/11/01 22:17:04 coryan Exp