diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-18 12:28:50 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-18 12:28:50 +0000 |
commit | 26ecb7afcde05b5a165f7269c1bd18b0b7ca02bf (patch) | |
tree | 5a2b4963e6c2072a9e43f9205cf733fc2c02b223 /configmgr | |
parent | 9a3511104c8ea169cd6824b7c9c8a20dd9916efc (diff) |
INTEGRATION: CWS cfgsmartcache (1.4.22); FILE MERGED
2005/01/12 15:32:39 jb 1.4.22.1: #i29624# Multilocale support for the binary cache
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/backend/binaryreader.cxx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/configmgr/source/backend/binaryreader.cxx b/configmgr/source/backend/binaryreader.cxx index ae26604f78f0..7ab5c8cacece 100644 --- a/configmgr/source/backend/binaryreader.cxx +++ b/configmgr/source/backend/binaryreader.cxx @@ -2,9 +2,9 @@ * * $RCSfile: binaryreader.cxx,v $ * -* $Revision: 1.4 $ +* $Revision: 1.5 $ * -* last change: $Author: obo $ $Date: 2004-09-08 16:13:01 $ +* last change: $Author: kz $ $Date: 2005-01-18 13:28:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -708,6 +708,14 @@ namespace configmgr // -------------------------------------------------------------------------- + void BinaryReader::read (StringList &_aValue) + SAL_THROW( (io::IOException, uno::RuntimeException) ) + { + readSequence(*this, _aValue); + } + + // -------------------------------------------------------------------------- + typedef BinaryReader::Binary Binary; Binary const * const for_binary = 0; |