diff Plugins/Include/orthanc/OrthancCPlugin.h @ 2698:5fbfe55e9978 jobs

updated comments
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 04 Jul 2018 17:31:55 +0200
parents 193ef9c1b731
children 0bd1dfb14272
line wrap: on
line diff
--- a/Plugins/Include/orthanc/OrthancCPlugin.h	Tue Jul 03 15:59:17 2018 +0200
+++ b/Plugins/Include/orthanc/OrthancCPlugin.h	Wed Jul 04 17:31:55 2018 +0200
@@ -2930,7 +2930,6 @@
    * @param context The Orthanc plugin context, as received by OrthancPluginInitialize().
    * @return The version.
    * @ingroup Callbacks
-   * @deprecated Please instead use IDatabaseBackend::UpgradeDatabase()
    **/
   ORTHANC_PLUGIN_INLINE uint32_t OrthancPluginGetExpectedDatabaseVersion(
     OrthancPluginContext*  context)
@@ -4302,9 +4301,7 @@
    * This function requests the Orthanc core to reconstruct the main
    * DICOM tags of all the resources of the given type. This function
    * can only be used as a part of the upgrade of a custom database
-   * back-end
-   * (cf. OrthancPlugins::IDatabaseBackend::UpgradeDatabase). A
-   * database transaction will be automatically setup.
+   * back-end. A database transaction will be automatically setup.
    *
    * @param context The Orthanc plugin context, as received by OrthancPluginInitialize().
    * @param storageArea The storage area.