diff options
author | Oliver Bolte <obo@openoffice.org> | 2006-07-10 15:29:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2006-07-10 15:29:29 +0000 |
commit | 79a32a4256dbc6d1daa3a2246193c8e9fb924827 (patch) | |
tree | 5d7a1e91417bc72bd99263ea3e963a19e851f9ab /psprint | |
parent | 6a712603d4a93ad38de79945baee7f62278df70c (diff) |
INTEGRATION: CWS vcl60 (1.13.6); FILE MERGED
2006/06/20 11:20:17 pl 1.13.6.1: #i62663# method to wait on asynchronous printer detection
Diffstat (limited to 'psprint')
-rw-r--r-- | psprint/inc/psprint/printerinfomanager.hxx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/psprint/inc/psprint/printerinfomanager.hxx b/psprint/inc/psprint/printerinfomanager.hxx index 77499fc5151a..ad604792dadf 100644 --- a/psprint/inc/psprint/printerinfomanager.hxx +++ b/psprint/inc/psprint/printerinfomanager.hxx @@ -4,9 +4,9 @@ * * $RCSfile: printerinfomanager.hxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: vg $ $Date: 2006-05-24 12:02:03 $ + * last change: $Author: obo $ $Date: 2006-07-10 16:29:29 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -178,7 +178,9 @@ public: virtual void changePrinterInfo( const rtl::OUString& rPrinter, const PrinterInfo& rNewInfo ); // check if the printer configuration has changed - virtual bool checkPrintersChanged(); + // if bwait is true, then this method waits for eventual asynchronous + // printer discovery to finish + virtual bool checkPrintersChanged( bool bWait ); // members for administration (->padmin) |