8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:43:02 +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:
robocop 2005-12-25 04:29:40 +00:00
parent 2f15feb011
commit 705732bb5f

View File

@ -91,7 +91,7 @@ public:
protected:
const char *getConfigFile() const {
const char *getConfigFilePath() const {
return config_file.c_str();
}