# HG changeset patch # User Sebastien Jodogne # Date 1573041383 -3600 # Node ID 0e3a3be313fd780766992b464e75744828aa0588 # Parent 8c531253a434b995f5aae182d622ba152be0edff clarification diff -r 8c531253a434 -r 0e3a3be313fd Resources/Conventions.txt --- 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