+ : version("firebird_store v.1.4"),
+ strError(),
+ db_server("localhost"),
+ db_database("/var/stg/stargazer.fdb"),
+ db_user("stg"),
+ db_password("123456"),
+ settings(),
+ db(),
+ mutex(),
+ til(IBPP::ilConcurrency),
+ tlr(IBPP::lrWait),
+ logger(GetPluginLogger(GetStgLogger(), "store_firebird"))