Hello,<br><br>just my 2 cents:<br><br><div><span class="gmail_quote">2008/1/6, Andreas Pakulat <<a href="mailto:apaku@gmx.de">apaku@gmx.de</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
> Minor thing is: how about adding "const" modifier to "get" 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 "mutable" modifiers to have both, a const get method, and the possibility to modify member variables.<br>This is exactly the situation the modifier "mutable" was created for, so why not use it?
<br></div><br>Burkhard<br></div>