Deskflow 1.22.0.197
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
ClientProxy1_7.h
Go to the documentation of this file.
1/*
2 * Deskflow -- mouse and keyboard sharing utility
3 * SPDX-FileCopyrightText: (C) 2015 - 2016 Symless Ltd.
4 * SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
5 */
6
7#pragma once
8
10
13{
14public:
15 ClientProxy1_7(const std::string &name, deskflow::IStream *adoptedStream, Server *server, IEventQueue *events);
16 ~ClientProxy1_7() override = default;
17
18 void secureInputNotification(const std::string &app) const override;
19
20private:
21 IEventQueue *m_events;
22};
static const struct sockaddr FAR * name
Definition ArchNetworkWinsock.cpp:27
ClientProxy1_6(const std::string &name, deskflow::IStream *adoptedStream, Server *server, IEventQueue *events)
Definition ClientProxy1_6.cpp:20
~ClientProxy1_7() override=default
ClientProxy1_7(const std::string &name, deskflow::IStream *adoptedStream, Server *server, IEventQueue *events)
Definition ClientProxy1_7.cpp:17
void secureInputNotification(const std::string &app) const override
Definition ClientProxy1_7.cpp:24
Event queue interface.
Definition IEventQueue.h:32
Deskflow server.
Definition Server.h:44
Bidirectional stream interface.
Definition IStream.h:24