summaryrefslogtreecommitdiff
path: root/ace/Timer_Queue_Adapters.h
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-12 23:39:18 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-12 23:39:18 +0000
commit74cb7a3d5444add93bf6bcdaa53cc22a0c3307e0 (patch)
treec62555a60f68f6c443f78c086ab2406a48f45103 /ace/Timer_Queue_Adapters.h
parentbd05e81b1ba53375975ba302115dad2569bea3d8 (diff)
downloadATCD-74cb7a3d5444add93bf6bcdaa53cc22a0c3307e0.tar.gz
Added ACE_Export to classes.
Diffstat (limited to 'ace/Timer_Queue_Adapters.h')
-rw-r--r--ace/Timer_Queue_Adapters.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ace/Timer_Queue_Adapters.h b/ace/Timer_Queue_Adapters.h
index a5c8d1d7776..1864acf29f7 100644
--- a/ace/Timer_Queue_Adapters.h
+++ b/ace/Timer_Queue_Adapters.h
@@ -1,3 +1,5 @@
+// -*- C++ -*-
+
// $Id$
// ============================================================================
@@ -20,7 +22,7 @@
#include "ace/Signal.h"
template <class TQ>
-class ACE_Async_Timer_Queue_Adapter : public ACE_Event_Handler
+class ACE_Export ACE_Async_Timer_Queue_Adapter : public ACE_Event_Handler
// = TITLE
// Adapts a <TQ> to be run asynchronously.
//
@@ -75,7 +77,7 @@ private:
};
template <class TQ>
-class ACE_Thread_Timer_Queue_Adapter : public ACE_Task_Base
+class ACE_Export ACE_Thread_Timer_Queue_Adapter : public ACE_Task_Base
// = TITLE
// Adapts a Timer_Queue using a separate thread for dispatching.
//