Deskflow
1.24.0.365
Keyboard and mouse sharing utility
Loading...
Searching...
No Matches
IJob.h
Go to the documentation of this file.
1
/*
2
* Deskflow -- mouse and keyboard sharing utility
3
* SPDX-FileCopyrightText: (C) 2025 Deskflow Developers
4
* SPDX-FileCopyrightText: (C) 2012 - 2016 Symless Ltd.
5
* SPDX-FileCopyrightText: (C) 2002 Chris Schoeneman
6
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
7
*/
8
9
#pragma once
10
12
15
class
IJob
16
{
17
public
:
18
virtual
~IJob
() =
default
;
20
virtual
void
run
() = 0;
21
};
IJob
Job interface.
Definition
IJob.h:16
IJob::run
virtual void run()=0
Run the job.
IJob::~IJob
virtual ~IJob()=default
src
lib
base
IJob.h
Generated by
1.15.0