comparison OrthancServer/Plugins/Engine/OrthancPluginDatabaseV4.h @ 5211:27e6ec2811e3 db-protobuf

completed first implementation of OrthancPluginDatabaseV4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 03 Apr 2023 10:29:45 +0200
parents 154d37a56500
children df39c7583a49
comparison
equal deleted inserted replaced
5210:6a7a244c777d 5211:27e6ec2811e3
63 PluginsErrorDictionary& GetErrorDictionary() const 63 PluginsErrorDictionary& GetErrorDictionary() const
64 { 64 {
65 return errorDictionary_; 65 return errorDictionary_;
66 } 66 }
67 67
68 const std::string& GetServerIdentifier() const
69 {
70 return serverIdentifier_;
71 }
72
68 virtual void Open() ORTHANC_OVERRIDE; 73 virtual void Open() ORTHANC_OVERRIDE;
69 74
70 virtual void Close() ORTHANC_OVERRIDE; 75 virtual void Close() ORTHANC_OVERRIDE;
71 76
72 const SharedLibrary& GetSharedLibrary() const 77 const SharedLibrary& GetSharedLibrary() const