summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Event.cpp
diff options
context:
space:
mode:
authorCengiz Can <cengizc@gmail.com>2015-06-02 00:26:57 +0200
committerCengiz Can <cengizc@gmail.com>2015-06-04 10:48:56 +0200
commitc967698b2de6a0c588dbf0cebc493dbb03989333 (patch)
tree90ed066862c081299e02b173b9de99643e7e5732 /src/OSSupport/Event.cpp
parentMerge pull request #2202 from mc-server/CmakeCleanup (diff)
downloadcuberite-c967698b2de6a0c588dbf0cebc493dbb03989333.tar
cuberite-c967698b2de6a0c588dbf0cebc493dbb03989333.tar.gz
cuberite-c967698b2de6a0c588dbf0cebc493dbb03989333.tar.bz2
cuberite-c967698b2de6a0c588dbf0cebc493dbb03989333.tar.lz
cuberite-c967698b2de6a0c588dbf0cebc493dbb03989333.tar.xz
cuberite-c967698b2de6a0c588dbf0cebc493dbb03989333.tar.zst
cuberite-c967698b2de6a0c588dbf0cebc493dbb03989333.zip
Diffstat (limited to 'src/OSSupport/Event.cpp')
-rw-r--r--src/OSSupport/Event.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/OSSupport/Event.cpp b/src/OSSupport/Event.cpp
index 760e536a1..38144ead3 100644
--- a/src/OSSupport/Event.cpp
+++ b/src/OSSupport/Event.cpp
@@ -1,8 +1,8 @@
// Event.cpp
-// Implements the cEvent object representing an OS-specific synchronization primitive that can be waited-for
-// Implemented as an Event on Win and as a 1-semaphore on *nix
+// Interfaces to the cEvent object representing a synchronization primitive that can be waited-for
+// Implemented using C++11 condition variable and mutex
#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules