diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-17 00:59:02 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-01-17 00:59:02 +0000 |
commit | 0ba479446190bb5325f53fef9b76ac9feb2701d0 (patch) | |
tree | a3aeb7c597f7ca382cc851ee50a60ef2e35fcca9 /ace/Timer_Heap.h | |
parent | 2906ed9a2fee34b3c0a3c91953a7d191a1938898 (diff) | |
download | ATCD-0ba479446190bb5325f53fef9b76ac9feb2701d0.tar.gz |
foo
Diffstat (limited to 'ace/Timer_Heap.h')
-rw-r--r-- | ace/Timer_Heap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Timer_Heap.h b/ace/Timer_Heap.h index fc68b46db57..ad06579d2c0 100644 --- a/ace/Timer_Heap.h +++ b/ace/Timer_Heap.h @@ -46,7 +46,7 @@ protected: // Pointer to the <ACE_Timer_Heap> that we are iterating over. }; -class ACE_Timer_Heap : public ACE_Timer_Queue +class ACE_Export ACE_Timer_Heap : public ACE_Timer_Queue // = TITLE // Provides a very fast and predictable timer implementation. // |