|
|
@ -69,7 +69,7 @@ struct FixedPath
|
|
|
|
* \param [in] application_name - Name of the application
|
|
|
|
* \param [in] application_name - Name of the application
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
FixedPath(const std::string& application_name)
|
|
|
|
FixedPath(const std::string& application_name)
|
|
|
|
: mPath(application_name)
|
|
|
|
: mPath(application_name + "/")
|
|
|
|
, mUserPath(mPath.getUserPath())
|
|
|
|
, mUserPath(mPath.getUserPath())
|
|
|
|
, mGlobalPath(mPath.getGlobalPath())
|
|
|
|
, mGlobalPath(mPath.getGlobalPath())
|
|
|
|
, mLocalPath(mPath.getLocalPath())
|
|
|
|
, mLocalPath(mPath.getLocalPath())
|
|
|
|