Notification_Strategy.cpp

Go to the documentation of this file.
00001 #include "ace/Notification_Strategy.h"
00002 
00003 #if !defined (__ACE_INLINE__)
00004 #include "ace/Notification_Strategy.inl"
00005 #endif /* __ACE_INLINE __ */
00006 
00007 ACE_RCSID(ace, Strategies, "Notification_Strategy.cpp,v 4.2 2005/10/28 16:14:53 ossama Exp")
00008 
00009 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00010 
00011 ACE_Notification_Strategy::ACE_Notification_Strategy (ACE_Event_Handler *eh,
00012                                                       ACE_Reactor_Mask mask)
00013   : eh_ (eh),
00014     mask_ (mask)
00015 {
00016 }
00017 
00018 ACE_Notification_Strategy::~ACE_Notification_Strategy (void)
00019 {
00020 }
00021 
00022 ACE_END_VERSIONED_NAMESPACE_DECL

Generated on Thu Nov 9 09:41:57 2006 for ACE by doxygen 1.3.6