On Thursday 08 March 2001 09:37, Andre Poenitz wrote:
> > namespace citation {        
> > 
> > class ControlCitation : public ControlCommand
> 
> Isn't one of the ideas of namespaces that instead of
> 
>  citation::ControlCitation
>  citation::GUICitation
> 
> one could use shorter names like
> 
>  citation::Control
>  citation::Gui

And if we're still in that interim

#ifdef CXX_HAS_NAMESPACES
namespace citation
#endif

...

#ifdef CXX_HAS_NAMESPACES
}
#endif

?

Reply via email to