comparison Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 3419:af271172cc36

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Jun 2019 09:57:02 +0200
parents e2b032584a83
children 0a0e7eca95ae
comparison
equal deleted inserted replaced
3418:e2b032584a83 3419:af271172cc36
1054 LogWarning("Performance warning: The plugin was compiled against a pre-1.5.7 version " 1054 LogWarning("Performance warning: The plugin was compiled against a pre-1.5.7 version "
1055 "of the Orthanc SDK. Multipart transfers will be entirely stored in RAM."); 1055 "of the Orthanc SDK. Multipart transfers will be entirely stored in RAM.");
1056 1056
1057 OrthancPluginRegisterRestCallback( 1057 OrthancPluginRegisterRestCallback(
1058 GetGlobalContext(), uri.c_str(), 1058 GetGlobalContext(), uri.c_str(),
1059 Internals::ChunkedProtect< Internals::ChunkedRestCompatibility< 1059 Internals::Protect< Internals::ChunkedRestCompatibility<
1060 GetHandler, PostHandler, DeleteHandler, PutHandler> >); 1060 GetHandler, PostHandler, DeleteHandler, PutHandler> >);
1061 #endif 1061 #endif
1062 } 1062 }
1063 }; 1063 };
1064 } 1064 }