Joedb
10.2.3
The Journal-Only Embedded Database
Loading...
Searching...
No Matches
src
joedb
rpc
Procedure.h
Go to the documentation of this file.
1
#ifndef joedb_rpc_Procedure_declared
2
#define joedb_rpc_Procedure_declared
3
4
#include "
joedb/journal/Abstract_File.h
"
5
6
namespace
joedb::rpc
7
{
8
/// Procedure to be executed by joedb::rpc::Server
9
///
10
/// @ingroup rpc
11
class
Procedure
12
{
13
public
:
14
virtual
void
execute
(
joedb::Abstract_File
&file)
const
= 0;
15
virtual
~Procedure
() =
default
;
16
};
17
}
18
19
#endif
Abstract_File.h
joedb::Abstract_File
Definition
Abstract_File.h:15
joedb::rpc::Procedure
Procedure to be executed by joedb::rpc::Server.
Definition
Procedure.h:12
joedb::rpc::Procedure::~Procedure
virtual ~Procedure()=default
joedb::rpc::Procedure::execute
virtual void execute(joedb::Abstract_File &file) const =0
joedb::rpc
Definition
Client.h:15
Generated by
1.9.8