Tag: cws_src680_dba20c User: fs Date: 05/05/17 05:59:46 Modified: /dba/connectivity/source/drivers/evoab/ LDriver.hxx
Log: #122864# only execute the 'evolution-addressbook-export --version' once, and cache the result for performance reasons File Changes: Directory: /dba/connectivity/source/drivers/evoab/ ================================================== File [changed]: LDriver.hxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/evoab/LDriver.hxx?r1=1.3&r2=1.3.96.1 Delta lines: +24 -16 --------------------- --- LDriver.hxx 2 Aug 2004 17:01:41 -0000 1.3 +++ LDriver.hxx 17 May 2005 12:59:41 -0000 1.3.96.1 @@ -2,9 +2,9 @@ * * $RCSfile: LDriver.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.3.96.1 $ * - * last change: $Author: hr $ $Date: 2004/08/02 17:01:41 $ + * last change: $Author: fs $ $Date: 2005/05/17 12:59:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,6 +95,12 @@ class OEvoabDriver : public file::OFileDriver { private: + enum MaybeVoidBool + { + eUnknown, + eTrue, + eFalse + }; ::utl::TempFile m_aTempDir; rtl::OUString m_aFolderListName; rtl::OUString m_aVersionName; @@ -103,6 +109,8 @@ rtl::OUString m_aEvoab_CLI_EffectiveCommand; rtl::OUString m_aEvoab_CLI_FullPathCommand; sal_Bool m_bWorkingDirCreated; + MaybeVoidBool m_eSupportedEvoVersion; + sal_Bool fileExists(const ::rtl::OUString& _rURL, sal_Bool _bIsDir=sal_False) const; public: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
