comparison Resources/Conventions.txt @ 1133:0e3a3be313fd broker

clarification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 06 Nov 2019 12:56:23 +0100
parents 8c531253a434
children c38c89684d83
comparison
equal deleted inserted replaced
1130:8c531253a434 1133:0e3a3be313fd
74 74
75 * The use of "boost::weak_ptr<>" should be restricted to 75 * The use of "boost::weak_ptr<>" should be restricted to
76 oracle/message handling. 76 oracle/message handling.
77 77
78 * The use of "boost::shared_ptr<>" should be minimized to avoid 78 * The use of "boost::shared_ptr<>" should be minimized to avoid
79 clutter. It is however mandatory to hold references to the "loaders" 79 clutter. The "loaders" and "data parts" objects must however
80 and to the "data part" objects. 80 be created as "boost::shared_ptr<>".
81 81
82 82
83 Global context 83 Global context
84 -------------- 84 --------------
85 85