mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-09 05:13:36 +08:00
Restored lost files and changes in version 1.3.1 to depot.
This commit is contained in:
@@ -26,7 +26,7 @@ CEvent::Type CClientProxy::s_disconnectedEvent = CEvent::kUnknown;
|
||||
CEvent::Type CClientProxy::s_clipboardChangedEvent= CEvent::kUnknown;
|
||||
|
||||
CClientProxy::CClientProxy(const CString& name, IStream* stream) :
|
||||
m_name(name),
|
||||
CBaseClientProxy(name),
|
||||
m_stream(stream)
|
||||
{
|
||||
// do nothing
|
||||
@@ -53,12 +53,6 @@ CClientProxy::getStream() const
|
||||
return m_stream;
|
||||
}
|
||||
|
||||
CString
|
||||
CClientProxy::getName() const
|
||||
{
|
||||
return m_name;
|
||||
}
|
||||
|
||||
CEvent::Type
|
||||
CClientProxy::getReadyEvent()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user