/[classpath]/classpath/java/awt/print/PrinterJob.java
ViewVC logotype

Diff of /classpath/java/awt/print/PrinterJob.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6.2.1 by gnu_andrew, Sun Jan 16 02:14:47 2005 UTC revision 1.6.2.2 by gnu_andrew, Sun Jan 16 15:15:11 2005 UTC
# Line 1  Line 1 
1  /* PrinterJob.java -- This job is the printer control class  /* PrinterJob.java -- This job is the printer control class
2     Copyright (C) 1999, 2004  Free Software Foundation, Inc.     Copyright (C) 1999, 2004, 2005  Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package java.awt.print;  package java.awt.print;
40    
 import javax.print.DocFlavor;  
41  import javax.print.PrintService;  import javax.print.PrintService;
 import javax.print.PrintServiceLookup;  
 //import javax.print.StreamPrintServiceFactory;  
42  import javax.print.attribute.PrintRequestAttributeSet;  import javax.print.attribute.PrintRequestAttributeSet;
43    
44  /**  /**
# Line 61  public abstract class PrinterJob Line 58  public abstract class PrinterJob
58     */     */
59    public static PrinterJob getPrinterJob()    public static PrinterJob getPrinterJob()
60    {    {
61    // FIXME: Need to fix this to load a default implementation instance.      // FIXME: Need to fix this to load a default implementation instance.
62      return null;      return null;
63    }    }
64    

Legend:
Removed from v.1.6.2.1  
changed lines
  Added in v.1.6.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26