mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-02 18:07:18 +08:00
more temp logging to try and understand why IEventQueue singleton is being used on build machines.
This commit is contained in:
@@ -61,6 +61,7 @@ CClientProxy::getStream() const
|
||||
CEvent::Type
|
||||
CClientProxy::getReadyEvent()
|
||||
{
|
||||
LOG((CLOG_DEBUG4 "getReadyEvent"));
|
||||
return EVENTQUEUE->registerTypeOnce(s_readyEvent,
|
||||
"CClientProxy::ready");
|
||||
}
|
||||
@@ -68,6 +69,7 @@ CClientProxy::getReadyEvent()
|
||||
CEvent::Type
|
||||
CClientProxy::getDisconnectedEvent()
|
||||
{
|
||||
LOG((CLOG_DEBUG4 "getDisconnectedEvent"));
|
||||
return EVENTQUEUE->registerTypeOnce(s_disconnectedEvent,
|
||||
"CClientProxy::disconnected");
|
||||
}
|
||||
@@ -75,6 +77,7 @@ CClientProxy::getDisconnectedEvent()
|
||||
CEvent::Type
|
||||
CClientProxy::getClipboardChangedEvent()
|
||||
{
|
||||
LOG((CLOG_DEBUG4 "getClipboardChangedEvent"));
|
||||
return EVENTQUEUE->registerTypeOnce(s_clipboardChangedEvent,
|
||||
"CClientProxy::clipboardChanged");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user