Helllo Lars,

Am Donnerstag, den 28.08.2008, 20:43 +0200 schrieb Lars Hamren:

> -----------------------------------------------------------------------------
> class WT_API WTranslator {
>    public:
>      virtual void refresh() = 0;
> 
>    protected:
>      virtual ~WTranslator() { }
> 
>    private:
>      virtual void hibernate() = 0;
>      virtual bool resolveKey(const std::string& key, std::string& result) = 0;
>      friend class WApplication;
>      friend class WebSession;
>      friend class WString;
> };

Just a question:
Why did you make hibernate() and resolveKey() private and
declare WApplication, WebSession and WString as friends ?


Bye

Goetz

-- 
Goetz Babin-Ebell <[EMAIL PROTECTED]>
4G Systems GmbH & Co KG


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to