X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=nucleus%2Flibrary%2Fconfiguration%2Fapplication_configuration.h;h=293f0fdbc6980d73d6defd699e535e2d5248ac98;hb=09674294ea2ebcf0e4132200db9e081ebfd13cf5;hp=5633beae2757aaba6a668a9d6f76d018b9112954;hpb=e16e899f1a75d8c4df9d36ffac2d8d2d401c4114;p=feisty_meow.git diff --git a/nucleus/library/configuration/application_configuration.h b/nucleus/library/configuration/application_configuration.h index 5633beae..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