1
0
Fork 0

Implementations out of Job header

This commit is contained in:
Kaveh Vahedipour 2016-10-05 15:27:11 +02:00
parent 138d3f304e
commit b8e452486b
1 changed files with 1 additions and 1 deletions

View File

@ -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;