comparison Plugins/OrthancCPlugin/OrthancCPlugin.h @ 1187:49edef619f1f db-changes

note
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 25 Sep 2014 16:42:19 +0200
parents 5b2d8c280ac2
children 6b9b02a16e99
comparison
equal deleted inserted replaced
1185:cbd1f05b4ef2 1187:49edef619f1f
25 * The plugin must return a string containing its version number. 25 * The plugin must return a string containing its version number.
26 * 26 *
27 * The name and the version of a plugin is only used to prevent it 27 * The name and the version of a plugin is only used to prevent it
28 * from being loaded twice. 28 * from being loaded twice.
29 * 29 *
30 * 30 * The various callbacks are guaranteed to be executed in mutual
31 * exclusion since Orthanc 0.8.5.
31 **/ 32 **/
32 33
33 34
34 35
35 /** 36 /**