Timer_Heap.h

Go to the documentation of this file.
00001 /* -*- C++ -*- */
00002 
00003 //=============================================================================
00004 /**
00005  *  @file    Timer_Heap.h
00006  *
00007  *  Timer_Heap.h,v 4.27 2005/10/28 23:55:10 ossama Exp
00008  *
00009  *  @author Douglas C. Schmidt <schmidt@cs.wustl.edu>
00010  */
00011 //=============================================================================
00012 
00013 #ifndef ACE_TIMER_HEAP_H
00014 #define ACE_TIMER_HEAP_H
00015 #include /**/ "ace/pre.h"
00016 
00017 #include "ace/Timer_Heap_T.h"
00018 
00019 #if !defined (ACE_LACKS_PRAGMA_ONCE)
00020 # pragma once
00021 #endif /* ACE_LACKS_PRAGMA_ONCE */
00022 
00023 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00024 
00025 // The following typedefs are here for ease of use and backward
00026 // compatibility.
00027 
00028 typedef ACE_Timer_Heap_T<ACE_Event_Handler *,
00029                          ACE_Event_Handler_Handle_Timeout_Upcall<ACE_SYNCH_RECURSIVE_MUTEX>,
00030                          ACE_SYNCH_RECURSIVE_MUTEX>
00031         ACE_Timer_Heap;
00032 
00033 typedef ACE_Timer_Heap_Iterator_T<ACE_Event_Handler *,
00034                                   ACE_Event_Handler_Handle_Timeout_Upcall<ACE_SYNCH_RECURSIVE_MUTEX>,
00035                                   ACE_SYNCH_RECURSIVE_MUTEX>
00036         ACE_Timer_Heap_Iterator;
00037 
00038 ACE_END_VERSIONED_NAMESPACE_DECL
00039 
00040 #include /**/ "ace/post.h"
00041 #endif /* ACE_TIMER_HEAP_H */

Generated on Thu Nov 9 09:42:07 2006 for ACE by doxygen 1.3.6