2 * Copyright 2013, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
6 * Ingo Weinhold <ingo_weinhold@gmx.de>
12 #include <Referenceable.h>
13 #include <util/DoublyLinkedList.h>
16 class Job
: public BReferenceable
, public DoublyLinkedListLinkImpl
<Job
> {
21 virtual void Do() = 0;