1 /* 2 * Copyright 2010, Haiku. All rights reserved. 3 * Distributed under the terms of the MIT License. 4 * 5 * Authors: 6 * Michael Pfeiffer 7 */ 8 #include "GPJobConfiguration.h" 9 10 GPJobConfiguration::GPJobConfiguration() 11 : 12 fDriver(), 13 fPageSize(), 14 fResolution(), 15 fInputSlot(), 16 fPrintingMode(), 17 fXDPI(600), 18 fYDPI(600) 19 { 20 } 21 22