# HG changeset patch # User Sebastien Jodogne # Date 1411656139 -7200 # Node ID 49edef619f1f4bfc72ea7e6bbec66a748889609c # Parent cbd1f05b4ef26906075cbdebf3cd19d5eea8a01b note diff -r cbd1f05b4ef2 -r 49edef619f1f Plugins/OrthancCPlugin/OrthancCPlugin.h --- a/Plugins/OrthancCPlugin/OrthancCPlugin.h Thu Sep 25 16:40:15 2014 +0200 +++ b/Plugins/OrthancCPlugin/OrthancCPlugin.h Thu Sep 25 16:42:19 2014 +0200 @@ -27,7 +27,8 @@ * The name and the version of a plugin is only used to prevent it * from being loaded twice. * - * + * The various callbacks are guaranteed to be executed in mutual + * exclusion since Orthanc 0.8.5. **/