Review Request: Constifying two methods in KCoreConfigSkeleton
Aaron Seigo
aseigo at kde.org
Thu Aug 6 21:27:12 BST 2009
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
http://reviewboard.kde.org/r/1233/#review1923
-----------------------------------------------------------
Ship it!
- Aaron
On 2009-08-06 15:03:37, Parker Coates wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> http://reviewboard.kde.org/r/1233/
> -----------------------------------------------------------
>
> (Updated 2009-08-06 15:03:37)
>
>
> Review request for kdelibs.
>
>
> Summary
> -------
>
> KCoreConfigSkeleton::isImmuttable and KCoreConfigSkeleton::findItem are non-const methods, even though neither of them touch the internal state of the object. This patch adds const overloads for those two methods.
>
> For binary compatibility reasons, the existing methods can't be removed. I've added "KDE5 TODO" comments indicating that the non-const versions should be removed in the future. Should they also be marked depreciated? That would seem a bit silly as the compiler automatically selects which of the two versions to call. Should I add a note to the API documentation, or is that really necessary? Is the use of const_cast in the non const versions a safe way to keep only a single implementation? Is there anything else I'm missing?
>
>
> Diffs
> -----
>
> trunk/KDE/kdelibs/kdecore/config/kcoreconfigskeleton.h 1007370
> trunk/KDE/kdelibs/kdecore/config/kcoreconfigskeleton.cpp 1007370
>
> Diff: http://reviewboard.kde.org/r/1233/diff
>
>
> Testing
> -------
>
>
> Thanks,
>
> Parker
>
>
More information about the kde-core-devel
mailing list