From 6a712603d4a93ad38de79945baee7f62278df70c Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Mon, 10 Jul 2006 15:29:13 +0000 Subject: INTEGRATION: CWS vcl60 (1.7.62); FILE MERGED 2006/06/27 09:12:31 pl 1.7.62.2: RESYNC: (1.7-1.8); FILE MERGED 2006/06/20 11:20:17 pl 1.7.62.1: #i62663# method to wait on asynchronous printer detection --- psprint/inc/cupsmgr.hxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/psprint/inc/cupsmgr.hxx b/psprint/inc/cupsmgr.hxx index e1405c792c96..2cd08ad2e59b 100644 --- a/psprint/inc/cupsmgr.hxx +++ b/psprint/inc/cupsmgr.hxx @@ -4,9 +4,9 @@ * * $RCSfile: cupsmgr.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 10:22:34 $ + * last change: $Author: obo $ $Date: 2006-07-10 16:29:13 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -99,7 +99,7 @@ public: virtual void changePrinterInfo( const ::rtl::OUString& rPrinter, const PrinterInfo& rNewInfo ); // check if the printer configuration has changed - virtual bool checkPrintersChanged(); + virtual bool checkPrintersChanged( bool bWait ); // members for administration (->padmin) // disable for CUPS -- cgit