mirror of https://gitee.com/bigwinds/arangodb
Implementations out of Job header
This commit is contained in:
parent
138d3f304e
commit
b8e452486b
|
@ -95,7 +95,7 @@ struct Job {
|
|||
Job(Node const& snapshot, Agent* agent, std::string const& jobId,
|
||||
std::string const& creator, std::string const& agencyPrefix);
|
||||
|
||||
virtual ~Job()
|
||||
virtual ~Job();
|
||||
|
||||
virtual JOB_STATUS exists() const;
|
||||
|
||||
|
|
Loading…
Reference in New Issue