comparison Framework/Plugins/IndexBackend.h @ 222:c8e06b41feec

refactoring registration/finalization of index backend
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Apr 2021 11:16:13 +0200
parents 73cc85f3d9c1
children 94c9908e6aca
comparison
equal deleted inserted replaced
221:73cc85f3d9c1 222:c8e06b41feec
355 const char* hashPatient, 355 const char* hashPatient,
356 const char* hashStudy, 356 const char* hashStudy,
357 const char* hashSeries, 357 const char* hashSeries,
358 const char* hashInstance); 358 const char* hashInstance);
359 359
360 static void Register(IndexBackend& backend); 360 static void Register(IndexBackend* backend);
361
362 static void Finalize();
361 }; 363 };
362 } 364 }