comparison Core/SQLite/README.txt @ 59:c996319e90bc orthanc-renaming

renaming in Core
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sun, 16 Sep 2012 09:28:56 +0200
parents 9beb9b8582f7
children 9b9026560a5f
comparison
equal deleted inserted replaced
58:6da7fc87efaa 59:c996319e90bc
11 Main differences with Chromium 11 Main differences with Chromium
12 ============================== 12 ==============================
13 13
14 * The reference counting mechanism has been reimplemented to make it 14 * The reference counting mechanism has been reimplemented to make it
15 simpler. 15 simpler.
16 * The PalanthirException class is used for the exception mechanisms. 16 * The OrthancException class is used for the exception mechanisms.
17 * A statement is always valid (is_valid() always return true). 17 * A statement is always valid (is_valid() always return true).
18 * The classes and the methods have been renamed to meet Palanthir's 18 * The classes and the methods have been renamed to meet Orthanc's
19 coding conventions. 19 coding conventions.
20 20
21 21
22 Licensing 22 Licensing
23 ========= 23 =========