Changeset 20:38521bf10e24 in xplcommon for src/xplcommon/WaitableEvent.h


Ignore:
Timestamp:
12/30/12 16:45:26 (11 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
Phase:
public
Message:

Implemented the Waiter and the WaitableEvent classes for Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/xplcommon/WaitableEvent.h

    r17 r20  
    9696//------------------------------------------------------------------------------
    9797
    98 // #include "win32/WaitableEvent.h"
     98#include "win32/WaitableEvent.h"
    9999
    100 // namespace xplcommon { typedef win32::WaitableEvent WaitableEvent; }
     100namespace xplcommon { typedef win32::WaitableEvent WaitableEvent; }
    101101
    102102//------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.