mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 18:43:02 +01:00
mistypes in doc
This commit is contained in:
parent
170656443c
commit
16c9ca8470
@ -24,7 +24,7 @@
|
||||
<P STYLE="margin-bottom: 0in"><FONT SIZE=4>Firebird's OO API is based
|
||||
on use of interfaces. That interfaces, though looking in some aspects
|
||||
like OLE2 interfaces (some of them have addRef() and release()
|
||||
methods) are non standard and have features, missing in ither widely
|
||||
methods) are non standard and have features, missing in other widely
|
||||
used types of interfaces. First of all Firebird interfaces are
|
||||
</FONT><FONT SIZE=4><B>language independent</B></FONT> – <FONT SIZE=4>that
|
||||
means that to define/use them one need not use language specific
|
||||
@ -79,7 +79,7 @@ services there is no explanation what is service and why is it
|
||||
needed, only description of how to obtain <A HREF="#Service">IService</A>
|
||||
interface and how to use it. Also pay attention that samples of code
|
||||
do not use a lot of powerful features of C++. Not used reference
|
||||
counted pointers, not user other RAII holders, not used templates
|
||||
counted pointers, not used other RAII holders, not used templates
|
||||
(except one present in firebird public headers), etc. Primary goal is
|
||||
to make this text usable not only to C++ people because our API is
|
||||
oriented to support not only C++ but other, more simple languages
|
||||
|
Loading…
Reference in New Issue
Block a user