diff options
author | harrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-13 09:22:20 +0000 |
---|---|---|
committer | harrison <harrison@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-11-13 09:22:20 +0000 |
commit | a9d730d57e2630ed3b3d4488f039dac33c771db7 (patch) | |
tree | d9861c4ca3de2de68511f167be7d02a8093c849b /ace/Task.h | |
parent | 0ae37fde11b526d388cdd62dafa4f0503802b349 (diff) | |
download | ATCD-a9d730d57e2630ed3b3d4488f039dac33c771db7.tar.gz |
Check the ChangeLog for details.
Diffstat (limited to 'ace/Task.h')
-rw-r--r-- | ace/Task.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Task.h b/ace/Task.h index bc254fa481f..536912c9045 100644 --- a/ace/Task.h +++ b/ace/Task.h @@ -20,7 +20,7 @@ #include "ace/Service_Object.h" #include "ace/Thread_Manager.h" -class ACE_Task_Flags +class ACE_Export ACE_Task_Flags // = TITLE // These flags are used within the ACE_Task. // @@ -42,7 +42,7 @@ public: }; }; -class ACE_Task_Base : public ACE_Service_Object +class ACE_Export ACE_Task_Base : public ACE_Service_Object // = TITLE // Direct base class for the ACE_Task template. // @@ -147,7 +147,7 @@ public: #endif /* ACE_MT_SAFE */ }; -class ACE_Task_Exit +class ACE_Export ACE_Task_Exit // = TITLE // Keep exit information for a Task in thread specific storage so // that the Task::close() method will get called no matter how |