mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 20:15:35 +08:00
refs #883, added new "directories"
* directories for in buildconfig/globalsetup * renamed to CBuildConfig::getSwiftShareDir
This commit is contained in:
committed by
Mathew Sutcliffe
parent
a0b5258346
commit
dd37945625
@@ -67,6 +67,11 @@ namespace BlackCore
|
||||
return getDbRootDirectoryUrl().withAppendedPath("/page/index.php");
|
||||
}
|
||||
|
||||
CUrl CGlobalSetup::getLegalDirectoryUrl() const
|
||||
{
|
||||
return getDbRootDirectoryUrl().withAppendedPath("/legal/");
|
||||
}
|
||||
|
||||
CUrl CGlobalSetup::getDbLoginServiceUrl() const
|
||||
{
|
||||
return getDbRootDirectoryUrl().
|
||||
|
||||
@@ -92,6 +92,9 @@ namespace BlackCore
|
||||
//! Help page URL
|
||||
BlackMisc::Network::CUrl getHelpPageUrl() const;
|
||||
|
||||
//! Legal directory URL
|
||||
BlackMisc::Network::CUrl getLegalDirectoryUrl() const;
|
||||
|
||||
//! Login service
|
||||
BlackMisc::Network::CUrl getDbLoginServiceUrl() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user