From ca963ff9e9b6ccb55b3e1ca869cdc3d2198002b5 Mon Sep 17 00:00:00 2001 From: Jörg Barfurth Date: Wed, 3 Jul 2002 13:38:52 +0000 Subject: #98489# Corrected assertion --- configmgr/source/treecache/cachecontroller.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'configmgr/source') diff --git a/configmgr/source/treecache/cachecontroller.cxx b/configmgr/source/treecache/cachecontroller.cxx index d0afcccd10eb..7c09e4861b87 100644 --- a/configmgr/source/treecache/cachecontroller.cxx +++ b/configmgr/source/treecache/cachecontroller.cxx @@ -2,9 +2,9 @@ * * $RCSfile: cachecontroller.cxx,v $ * - * $Revision: 1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: jb $ $Date: 2002-03-28 09:06:57 $ + * last change: $Author: jb $ $Date: 2002-07-03 14:38:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -541,9 +541,11 @@ AbsolutePath CacheController::ensureTemplate(const Name& _rName, Name const& _rM aTemplateInstance.releaseAndClear(); aMultiTemplates.reset(pMulti); } + else + OSL_ENSURE(false,"Requested multiple templates, got non-subtree node"); } else - OSL_ENSURE(false,"Requested multiple templates, got non-subtree node"); + OSL_ENSURE(false,"Requested configuration template does not exist"); if (aMultiTemplates.get() != NULL) { -- cgit