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:
parent
77d6379b0f
commit
72a042660b
@ -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>
|
||||
|
@ -1671,7 +1671,7 @@ pluginManager = master->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->registerPluginFactory(IPluginManager::TYPE_DB_CRYPT,
|
||||
"DbCrypt_example", &factory);</font></p>
|
||||
"fbSampleDbCrypt", &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()
|
||||
|
Loading…
Reference in New Issue
Block a user