From 16c9ca84707c73d201deb87ac5a9819c3a6a8eca Mon Sep 17 00:00:00 2001 From: Alexander Peshkov Date: Tue, 10 May 2016 17:55:13 +0300 Subject: [PATCH] mistypes in doc --- doc/Using_OO_API.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Using_OO_API.html b/doc/Using_OO_API.html index 2b127eb671..ffad9ce20e 100644 --- a/doc/Using_OO_API.html +++ b/doc/Using_OO_API.html @@ -24,7 +24,7 @@

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 language independentthat 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 IService 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