Hello,<br><br>just my 2 cents:<br><br><div><span class="gmail_quote">2008/1/6, Andreas Pakulat &lt;<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; Minor thing is: how about adding &quot;const&quot; modifier to &quot;get&quot; methods? :)<br><br>Not possible, because getXXX might modify data as the requested card<br>might not yet have been in the cache.</blockquote>
<div><br>You could use the right amount of &quot;mutable&quot; modifiers to have both, a const get method, and the possibility to modify member variables.<br>This is exactly the situation the modifier &quot;mutable&quot; was created for, so why not use it?
<br></div><br>Burkhard<br></div>