mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-08 04:46:26 +08:00
rebranding symless/synergy to debauchee/barrier
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* barrier -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2012 Nick Bolton
|
||||
*
|
||||
@@ -21,7 +21,7 @@
|
||||
#include "base/Event.h"
|
||||
#include "base/EventTypes.h"
|
||||
|
||||
namespace synergy { class IStream; }
|
||||
namespace barrier { class IStream; }
|
||||
class IpcMessage;
|
||||
class IpcLogLineMessage;
|
||||
class IEventQueue;
|
||||
@@ -30,7 +30,7 @@ class IpcServerProxy {
|
||||
friend class IpcClient;
|
||||
|
||||
public:
|
||||
IpcServerProxy(synergy::IStream& stream, IEventQueue* events);
|
||||
IpcServerProxy(barrier::IStream& stream, IEventQueue* events);
|
||||
virtual ~IpcServerProxy();
|
||||
|
||||
private:
|
||||
@@ -41,6 +41,6 @@ private:
|
||||
void disconnect();
|
||||
|
||||
private:
|
||||
synergy::IStream& m_stream;
|
||||
barrier::IStream& m_stream;
|
||||
IEventQueue* m_events;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user