haiku/src/servers/package/Job.cpp

21 lines
220 B
C++

/*
* Copyright 2013, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License.
*
* Authors:
* Ingo Weinhold <ingo_weinhold@gmx.de>
*/
#include "Job.h"
Job::Job()
{
}
Job::~Job()
{
}