comparison Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h @ 70:3f43bfbea00e

fix deprecated calls
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 22 Mar 2024 15:37:40 +0100
parents 1078942460cc
children 1e396fb509ca
comparison
equal deleted inserted replaced
69:7cd9be8b8594 70:3f43bfbea00e
1 /** 1 /**
2 * Orthanc - A Lightweight, RESTful DICOM Store 2 * Orthanc - A Lightweight, RESTful DICOM Store
3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics 3 * Copyright (C) 2012-2016 Sebastien Jodogne, Medical Physics
4 * Department, University Hospital of Liege, Belgium 4 * Department, University Hospital of Liege, Belgium
5 * Copyright (C) 2017-2023 Osimis S.A., Belgium 5 * Copyright (C) 2017-2024 Osimis S.A., Belgium
6 * Copyright (C) 2021-2023 Sebastien Jodogne, ICTEAM UCLouvain, Belgium 6 * Copyright (C) 2021-2024 Sebastien Jodogne, ICTEAM UCLouvain, Belgium
7 * 7 *
8 * This program is free software: you can redistribute it and/or 8 * This program is free software: you can redistribute it and/or
9 * modify it under the terms of the GNU General Public License as 9 * modify it under the terms of the GNU General Public License as
10 * published by the Free Software Foundation, either version 3 of the 10 * published by the Free Software Foundation, either version 3 of the
11 * License, or (at your option) any later version. 11 * License, or (at your option) any later version.
1433 1433
1434 static void Register(const std::string& uri, 1434 static void Register(const std::string& uri,
1435 IWebDavCollection& collection); 1435 IWebDavCollection& collection);
1436 }; 1436 };
1437 #endif 1437 #endif
1438
1439 void SetRootUri(const std::string& pluginIdentifier,
1440 const std::string& uri);
1441
1442 void SetDescription(const std::string& pluginIdentifier,
1443 const std::string& description);
1444
1445 void ExtendOrthancExplorer(const std::string& pluginIdentifier,
1446 const std::string& javascript);
1438 } 1447 }