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
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
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
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