diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-04-13 07:02:28 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2004-04-13 07:02:28 +0000 |
commit | 47b3af1237bb202095f2f30d9b4347eaea3784a0 (patch) | |
tree | 1c6c3103a92e233ee1683bd5c5ea2de89cb744bf /TAO/tao/RTCORBA/Thread_Pool.h | |
parent | 066049457b23142d25d8ae3614b48df26c1a4b70 (diff) | |
download | ATCD-47b3af1237bb202095f2f30d9b4347eaea3784a0.tar.gz |
Mon Apr 12 23:57:24 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/RTCORBA/Thread_Pool.h')
-rw-r--r-- | TAO/tao/RTCORBA/Thread_Pool.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/RTCORBA/Thread_Pool.h b/TAO/tao/RTCORBA/Thread_Pool.h index 683b8653611..5fab56c5540 100644 --- a/TAO/tao/RTCORBA/Thread_Pool.h +++ b/TAO/tao/RTCORBA/Thread_Pool.h @@ -1,3 +1,5 @@ +// -*- C++ -*- + //============================================================================= /** * @file Thread_Pool.h @@ -28,6 +30,7 @@ #include "tao/Thread_Lane_Resources.h" #include "tao/New_Leader_Generator.h" #include "ace/Task.h" +#include "ace/Null_Mutex.h" class TAO_Thread_Lane; |