Mercurial > hg > orthanc-stone
diff Framework/Oracle/ParseDicomFileCommand.cpp @ 1135:a0a33e5ea5bb broker
IOracleCommand::Clone()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 06 Nov 2019 17:34:58 +0100 |
parents | 87fbeb823375 |
children |
line wrap: on
line diff
--- a/Framework/Oracle/ParseDicomFileCommand.cpp Wed Nov 06 15:16:45 2019 +0100 +++ b/Framework/Oracle/ParseDicomFileCommand.cpp Wed Nov 06 17:34:58 2019 +0100 @@ -27,11 +27,11 @@ namespace OrthancStone { - ParseDicomFileCommand::SuccessMessage::SuccessMessage(ParseDicomFileCommand& command, + ParseDicomFileCommand::SuccessMessage::SuccessMessage(const ParseDicomFileCommand& command, Orthanc::ParsedDicomFile& dicom, size_t fileSize, bool hasPixelData) : - OracleMessageBase(command), + OriginMessage(command), dicom_(dicom), fileSize_(fileSize), hasPixelData_(hasPixelData)