comparison Applications/Generic/GuiAdapter.cpp @ 1300:257f2c9a02ac broker

integration mainline->broker
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 02 Mar 2020 18:11:45 +0100
parents c38c89684d83 8a0a62189f46
children 4f8c9065ee52
comparison
equal deleted inserted replaced
1299:c38c89684d83 1300:257f2c9a02ac
31 #endif 31 #endif
32 32
33 #if ORTHANC_ENABLE_THREADS == 1 33 #if ORTHANC_ENABLE_THREADS == 1
34 # include "../../Framework/Deprecated/Messages/LockingEmitter.h" 34 # include "../../Framework/Deprecated/Messages/LockingEmitter.h"
35 #endif 35 #endif
36
37 #include <Core/Compatibility.h>
36 38
37 namespace OrthancStone 39 namespace OrthancStone
38 { 40 {
39 std::ostream& operator<<( 41 std::ostream& operator<<(
40 std::ostream& os, const GuiAdapterKeyboardEvent& event) 42 std::ostream& os, const GuiAdapterKeyboardEvent& event)