2 * Copyright 2001-2010, Haiku.
3 * Distributed under the terms of the MIT License.
8 #ifndef _SPOOL_FOLDER_H
9 #define _SPOOL_FOLDER_H
19 class SpoolFolder
: public Folder
{
21 SpoolFolder(PrintersWindow
* window
,
23 const BDirectory
& spoolDir
);
24 PrinterItem
* Item() const { return fItem
; }
27 void Notify(Job
* job
, int kind
);
29 PrintersWindow
* fWindow
;
34 #endif // _SPOOL_FOLDER_H