From e664c410060dee52f1941ccc2b87eac884a62175 Mon Sep 17 00:00:00 2001 From: Michael Pfeiffer Date: Sat, 5 Apr 2008 11:55:14 +0000 Subject: [PATCH] Restored the copyright notice before r24684, as pointed out by Marcus Overhagen on the Haiku-commits mailing list, r24684 is a copyright violation. Also reverted some meaningful comments. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24807 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/PrintJob.h | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/headers/os/interface/PrintJob.h b/headers/os/interface/PrintJob.h index a6dac1ce97..2c0b495e24 100644 --- a/headers/os/interface/PrintJob.h +++ b/headers/os/interface/PrintJob.h @@ -1,7 +1,13 @@ -/* - * Copyright 2008, Haiku Inc. - * Distributed under the terms of the MIT License. - */ +/******************************************************************************* +/ +/ File: PrintJob.h +/ +/ Description: BPrintJob runs a printing session. +/ +/ Copyright 1996-98, Be Incorporated, All Rights Reserved +/ +*******************************************************************************/ + #ifndef _PRINTSESSION_H #define _PRINTSESSION_H @@ -14,6 +20,8 @@ class BFile; class BView; +/*----------------------------------------------------------------*/ +/*----- BPrintJob related structures -----------------------------*/ struct print_file_header { int32 version; @@ -27,10 +35,12 @@ struct print_file_header { struct _page_header_; +/*----------------------------------------------------------------*/ +/*----- BPrintJob class ------------------------------------------*/ class BPrintJob { public: - + // These values are returned by PrinterType() enum { B_BW_PRINTER = 0, B_COLOR_PRINTER