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

Misc comments - thanks to Dmitry Sibiryakov

This commit is contained in:
Alexander Peshkov 2016-06-09 12:48:52 +03:00
parent c07101e929
commit de283bb77b
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
/*
* PROGRAM: Object oriented API samples.
* MODULE: 09.service.cpp
* DESCRIPTION: A sample of using service maanger.
* DESCRIPTION: A sample of using service manager.
* Prints server version and employee's encryption statistics.
*
* Example for the following interfaces:
* IService - interface to work with service maanger.
* IService - interface to work with service manager.
*
* The contents of this file are subject to the Initial
* Developer's Public License Version 1.0 (the "License");

View File

@ -1,10 +1,10 @@
/*
* PROGRAM: Object oriented API samples.
* MODULE: 10.backup.cpp
* DESCRIPTION: A sample of making backup of database using service maanger.
* DESCRIPTION: A sample of making backup of database using service manager.
*
* Example for the following interfaces:
* IService - interface to work with service maanger.
* IService - interface to work with service manager.
*
* The contents of this file are subject to the Initial
* Developer's Public License Version 1.0 (the "License");