Kaydet (Commit) e39ecba9 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

#i10000#, #118253# Add new LocalMultiStratum for modularized installation (from CWS cfgimpex).

üst d4baf190
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: localmultistratum.cxx,v $ * $RCSfile: localmultistratum.cxx,v $
* *
* $Revision: 1.2 $ * $Revision: 1.3 $
* *
* last change: $Author: rt $ $Date: 2005-01-07 10:08:59 $ * last change: $Author: rt $ $Date: 2005-01-07 16:23:57 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -95,12 +95,9 @@ namespace configmgr { namespace localbe { ...@@ -95,12 +95,9 @@ namespace configmgr { namespace localbe {
//============================================================================== //==============================================================================
static inline rtl::OUString getDataSubPath()
{ return rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("/data")); }
//------------------------------------------------------------------------------
static inline static inline
rtl::OUString impl_getLayerDataDirectory(rtl::OUString const & aLayerBaseUrl) rtl::OUString const & impl_getLayerDataDirectory(rtl::OUString const & aLayerBaseUrl)
{ return aLayerBaseUrl + getDataSubPath(); } { return aLayerBaseUrl; }
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
static //inline static //inline
rtl::OUString makeLayerId(rtl::OUString const & aComponent,rtl::OUString const & aParticleFile) rtl::OUString makeLayerId(rtl::OUString const & aComponent,rtl::OUString const & aParticleFile)
......
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