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, "$Id: Notification_Strategy.cpp 80826 2008-03-04 14:51:23Z wotte $")
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 Tue Feb 2 17:18:41 2010 for ACE by  doxygen 1.4.7