comparison Framework/Plugins/DatabaseBackendAdapterV3.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 821d4ba83dc3
children 94c9908e6aca
comparison
equal deleted inserted replaced
221:73cc85f3d9c1 222:c8e06b41feec
54 { 54 {
55 public: 55 public:
56 virtual IDatabaseBackendOutput* CreateOutput() ORTHANC_OVERRIDE; 56 virtual IDatabaseBackendOutput* CreateOutput() ORTHANC_OVERRIDE;
57 }; 57 };
58 58
59 static void Register(IndexBackend& backend); 59 static void Register(IndexBackend* backend);
60
61 static void Finalize();
60 }; 62 };
61 } 63 }
62 64
63 # endif 65 # endif
64 #endif 66 #endif