<div dir="ltr"><div dir="ltr"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
> Function overload based on different integer types, one virtual, the<br><br></blockquote><div><br></div><div>Sadly, our code is full of using the same member function names over and over, with different semantics, using the number and types of parameters to differentiate. Another example: OutputDevice::SetLineColor() and OutputDevice::SetLineColor( const Color& rColor ) where the first case actually means "set NO line color (transparent)". Obviously (sarcasm) calling it "SetTransparentLineColor" or "SetNoLineColor" would have been too obvious.</div><div><br></div><div>--tml</div><div><br></div></div></div></div>