Mercurial > hg > orthanc-stone
changeset 1133:0e3a3be313fd broker
clarification
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 06 Nov 2019 12:56:23 +0100 |
parents | 8c531253a434 |
children | 87fbeb823375 |
files | Resources/Conventions.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Resources/Conventions.txt Wed Nov 06 10:05:58 2019 +0100 +++ b/Resources/Conventions.txt Wed Nov 06 12:56:23 2019 +0100 @@ -76,8 +76,8 @@ oracle/message handling. * The use of "boost::shared_ptr<>" should be minimized to avoid - clutter. It is however mandatory to hold references to the "loaders" - and to the "data part" objects. + clutter. The "loaders" and "data parts" objects must however + be created as "boost::shared_ptr<>". Global context