X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fconfiguration%2Fapplication_configuration.h;h=293f0fdbc6980d73d6defd699e535e2d5248ac98;hb=ea399ea4e4135ab47c931e5c3adaece7d0cf9ec3;hp=34d5775164593bd3881c9e3286a513b931b16c59;hpb=2d2b1d669337dd8843f785c2f3d9c6048f730252;p=feisty_meow.git diff --git a/nucleus/library/configuration/application_configuration.h b/nucleus/library/configuration/application_configuration.h index 34d57751..293f0fdb 100644 --- a/nucleus/library/configuration/application_configuration.h +++ b/nucleus/library/configuration/application_configuration.h @@ -79,7 +79,7 @@ public: unless there are special purposes for those log files. but logs from general operation of feisty meow should be written in this directory. */ - static basis::astring get_virtual_unix_root(); + static const basis::astring &virtual_unix_root(); //!< returns the path to the unix root, which may be simulated. /*!< on unix, this will just return '/'. on win32 with cygwin installed, this will return the cygwin path for '/' that was detected at build time. @@ -97,16 +97,9 @@ public: to particular programs or subsystems should be contained in their own section. */ -/// static const basis::astring &LOCAL_FOLDER_NAME(); - //!< entry name in the config file that points at the installation root. - /*!< this is where all files for this product are stored on "this" machine. */ - static const basis::astring &LOGGING_FOLDER_NAME(); //!< the tag used for finding our logging path in the paths config file. - static const basis::astring &WINDOZE_VIRTUAL_ROOT_NAME(); - //!< the tag used for looking up the virtual windows path in the paths config file. - static const basis::astring &DEFAULT_VIRTUAL_UNIX_ROOT(); //!< default value if we don't find our setting for virtual root. /*!< this is bound to fail on many occasions if it's actually used on