Re: [Firebird-devel] IPluginConfig

2014-07-01 Thread Alex Peshkoff
On 07/01/14 11:38, Dimitry Sibiryakov wrote: > 01.07.2014 9:08, Alex Peshkoff wrote: >> The question is wrong - plugin's configuration is not necessary in >> plugins.conf. But if you want to access configuration in default place - >> use getDefaultConfig(). > Actually, I don't care what user co

Re: [Firebird-devel] IPluginConfig

2014-07-01 Thread Dimitry Sibiryakov
01.07.2014 9:08, Alex Peshkoff wrote: > The question is wrong - plugin's configuration is not necessary in > plugins.conf. But if you want to access configuration in default place - > use getDefaultConfig(). Actually, I don't care what user configured to be a storage of plugin config - separat

Re: [Firebird-devel] IPluginConfig

2014-07-01 Thread Alex Peshkoff
On 06/30/14 19:12, Dimitry Sibiryakov wrote: > Hello, All. > > I see in sources this: > >> // This interface is passed to plugin's factory as it's single parameter >> // and contains methods to access specific plugin's configuration data >> class IPluginConfig : public IRefCounted >> { >> p

[Firebird-devel] IPluginConfig

2014-06-30 Thread Dimitry Sibiryakov
Hello, All. I see in sources this: > // This interface is passed to plugin's factory as it's single parameter > // and contains methods to access specific plugin's configuration data > class IPluginConfig : public IRefCounted > { > public: > virtual const char* FB_CARG getConfigFileNa