Initial Patch of Auction House bot rev. 135
[auctionmangos.git] / dep / ACE_wrappers / ace / Notification_Strategy.cpp
blob1e022e07953cf23a708eb7ace9d36a69413a64e5
1 #include "ace/Notification_Strategy.h"
3 #if !defined (__ACE_INLINE__)
4 #include "ace/Notification_Strategy.inl"
5 #endif /* __ACE_INLINE __ */
7 ACE_RCSID(ace, Strategies, "$Id: Notification_Strategy.cpp 80826 2008-03-04 14:51:23Z wotte $")
9 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
11 ACE_Notification_Strategy::ACE_Notification_Strategy (ACE_Event_Handler *eh,
12 ACE_Reactor_Mask mask)
13 : eh_ (eh),
14 mask_ (mask)
18 ACE_Notification_Strategy::~ACE_Notification_Strategy (void)
22 ACE_END_VERSIONED_NAMESPACE_DECL