Deskflow
1.26.0.418
Keyboard and mouse sharing utility
Toggle main menu visibility
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 Synergy App Ltd
4
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
5
*/
6
7
#pragma once
8
9
#include "
server/ClientProxy1_6.h
"
10
12
class
ClientProxy1_7
:
public
ClientProxy1_6
13
{
14
public
:
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
};
name
static const struct sockaddr FAR * name
Definition
ArchNetworkWinsock.cpp:29
ClientProxy1_6.h
ClientProxy1_6::ClientProxy1_6
ClientProxy1_6(const std::string &name, deskflow::IStream *adoptedStream, Server *server, IEventQueue *events)
Definition
ClientProxy1_6.cpp:20
ClientProxy1_7::~ClientProxy1_7
~ClientProxy1_7() override=default
ClientProxy1_7::ClientProxy1_7
ClientProxy1_7(const std::string &name, deskflow::IStream *adoptedStream, Server *server, IEventQueue *events)
Definition
ClientProxy1_7.cpp:16
ClientProxy1_7::secureInputNotification
void secureInputNotification(const std::string &app) const override
Definition
ClientProxy1_7.cpp:22
IEventQueue
Event queue interface.
Definition
IEventQueue.h:29
Server
Deskflow server.
Definition
Server.h:41
deskflow::IStream
Bidirectional stream interface.
Definition
IStream.h:22
src
lib
server
ClientProxy1_7.h
Generated by
1.18.0