User: rt Date: 05/05/20 00:43:24 Modified: /dba/connectivity/source/drivers/evoab/ LDriver.hxx
Log: INTEGRATION: CWS dba20c (1.3.96); FILE MERGED 2005/05/17 12:59:41 fs 1.3.96.1: #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.4 Delta lines: +21 -13 --------------------- --- LDriver.hxx 2 Aug 2004 17:01:41 -0000 1.3 +++ LDriver.hxx 20 May 2005 07:43:21 -0000 1.4 @@ -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]
