mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:43:04 +01:00
[s|g]etConfigFile renamed [s|g]setConfigFilePath. Clearer, since we have a class named ConfigFile but the function only returns a string with the path, not an object.
This commit is contained in:
parent
2f15feb011
commit
705732bb5f
@ -91,7 +91,7 @@ public:
|
|||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
const char *getConfigFile() const {
|
const char *getConfigFilePath() const {
|
||||||
return config_file.c_str();
|
return config_file.c_str();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user