mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
+ i2p::config::IsDefault
This commit is contained in:
parent
e056c9c135
commit
70f72a78f6
2 changed files with 17 additions and 1 deletions
7
Config.h
7
Config.h
|
@ -94,6 +94,13 @@ namespace config {
|
|||
notify(m_Options);
|
||||
return true;
|
||||
}
|
||||
|
||||
/**
|
||||
* @brief Check is value explicitly given or default
|
||||
* @param name Name of checked parameter
|
||||
* @return true if value set to default, false othervise
|
||||
*/
|
||||
bool IsDefault(const char *name);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue