8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 21:23:03 +01:00
This commit is contained in:
alexpeshkoff 2010-03-02 14:52:55 +00:00
parent 9c5f13c4b5
commit c8071aee27

View File

@ -56,6 +56,11 @@
position within appropriate structures)
3. Add member function to Config class (config.h) and implement it
in config.cpp module.
4. For per-database configurable parameters, please use
type getParameterName() const;
form, for world-wide parameters:
static type getParameterName();
should be used.
**/
extern const char* GCPolicyCooperative;