Kaydet (Commit) 9b8e207c authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS supdremove02 (1.5.450); FILE MERGED

2008/01/31 13:46:32 rt 1.5.450.1: #i85482# Remove UPD from resource name.
üst bff5e419
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: componentmodule.cxx,v $ * $RCSfile: componentmodule.cxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 19:34:42 $ * last change: $Author: obo $ $Date: 2008-02-25 15:33:03 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -107,7 +107,6 @@ namespace COMPMOD_NAMESPACE ...@@ -107,7 +107,6 @@ namespace COMPMOD_NAMESPACE
DBG_ASSERT(m_sFilePrefix.Len(), "OModuleImpl::getResManager: no resource file prefix!"); DBG_ASSERT(m_sFilePrefix.Len(), "OModuleImpl::getResManager: no resource file prefix!");
// create a manager with a fixed prefix // create a manager with a fixed prefix
ByteString aMgrName = m_sFilePrefix; ByteString aMgrName = m_sFilePrefix;
aMgrName += ByteString::CreateFromInt32(SOLARUPD); // current build number
m_pRessources = ResMgr::CreateResMgr(aMgrName.GetBuffer()); m_pRessources = ResMgr::CreateResMgr(aMgrName.GetBuffer());
DBG_ASSERT(m_pRessources, DBG_ASSERT(m_pRessources,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment