diff --git a/doc/README.plugins.html b/doc/README.plugins.html index 0cda4e4379..f73170510c 100644 --- a/doc/README.plugins.html +++ b/doc/README.plugins.html @@ -94,7 +94,7 @@ special Firebird interfaces (see Using_OO_API for details). All plugin-specific interfaces are reference counted, i.e. have explicitly controlled lifetime. Interfaces are declared in Interfaces.h include file. There is an example of writing plugin -module – DbCrypt_example. It does not perform any actual encryption +module – fbSampleDbCrypt. It does not perform any actual encryption – just a sample of how to write plugin. Complete instruction of how to write plugins is out of this document's scope. Here is provided a short list of plugin features:
diff --git a/doc/Using_OO_API.html b/doc/Using_OO_API.html index 9204377162..c348f177e9 100644 --- a/doc/Using_OO_API.html +++ b/doc/Using_OO_API.html @@ -1671,7 +1671,7 @@ pluginManager = master->getPluginManager();module.registerMe(pluginManager);
pluginManager->registerPluginFactory(IPluginManager::TYPE_DB_CRYPT, -"DbCrypt_example", &factory);
+"fbSampleDbCrypt", &factory);}
First of all we call written by us not long ago PluginModule::registerMe()