From a9d730d57e2630ed3b3d4488f039dac33c771db7 Mon Sep 17 00:00:00 2001 From: harrison Date: Wed, 13 Nov 1996 09:22:20 +0000 Subject: Check the ChangeLog for details. --- ace/Task.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ace/Task.h') 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 -- cgit v1.2.1