8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Update documentation - sample of plugin was renamed

This commit is contained in:
AlexPeshkoff 2021-03-03 18:40:55 +03:00
parent 77d6379b0f
commit 72a042660b
2 changed files with 2 additions and 2 deletions

View File

@ -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:</FONT></P>

View File

@ -1671,7 +1671,7 @@ pluginManager = master-&gt;getPluginManager();</font></p>
</p>
<p style="margin-bottom: 0in"><font size="4" style="font-size: 14pt">module.registerMe(pluginManager);</font></p>
<p style="margin-bottom: 0in"><font size="4" style="font-size: 14pt">pluginManager-&gt;registerPluginFactory(IPluginManager::TYPE_DB_CRYPT,
&quot;DbCrypt_example&quot;, &amp;factory);</font></p>
&quot;fbSampleDbCrypt&quot;, &amp;factory);</font></p>
<p style="margin-bottom: 0in"><font size="4" style="font-size: 14pt">}</font></p>
<p style="margin-bottom: 0in"><font size="4" style="font-size: 14pt">First
of all we call written by us not long ago PluginModule::registerMe()