Deskflow
1.22.0.197
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) 2012 - 2016 Symless Ltd.
4
* SPDX-FileCopyrightText: (C) 2002 Chris Schoeneman
5
* SPDX-License-Identifier: GPL-2.0-only WITH LicenseRef-OpenSSL-Exception
6
*/
7
8
#pragma once
9
10
#include "
common/IInterface.h
"
11
13
16
class
IJob
:
public
IInterface
17
{
18
public
:
20
virtual
void
run
() = 0;
21
};
IInterface.h
IInterface
Base class of interfaces.
Definition
IInterface.h:18
IJob
Job interface.
Definition
IJob.h:17
IJob::run
virtual void run()=0
Run the job.
src
lib
base
IJob.h
Generated by
1.14.0