diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-21 05:06:17 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-05-21 05:06:17 +0000 |
commit | a9ed61b14817cf00e94082614b98422836664aa3 (patch) | |
tree | 1a8e384cd18200a827944640abc00fa00e2cf1c5 /ace/Stream_Modules.h | |
parent | a44a8a1792d66d3a30615c7d5e58c892eab90a37 (diff) | |
download | ATCD-a9ed61b14817cf00e94082614b98422836664aa3.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Stream_Modules.h')
-rw-r--r-- | ace/Stream_Modules.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ace/Stream_Modules.h b/ace/Stream_Modules.h index 26e3151ae1a..21a149a961a 100644 --- a/ace/Stream_Modules.h +++ b/ace/Stream_Modules.h @@ -14,11 +14,11 @@ // // ============================================================================ +#include "ace/Task.h" + #if !defined (ACE_STREAM_MODULES) #define ACE_STREAM_MODULES -#include "ace/Task.h" - template <ACE_SYNCH_1> class ACE_Stream_Head : public ACE_Task<ACE_SYNCH_2> // = TITLE |