Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

| What I mean is that we could add in TimeOut.h
| 
| #ifdef we_use_namespaces
|       typedef SigC::Object base_type;
| #else
|       typedef Object base_type;
| #endif
| 
| Something like the types used in STL objects. What I wanted to point
| out is that it is more meaningful when readin the code in LyXView.h
| (as in: "why the hell is it a child of SigC::Object?)

But that question only shows that you don't know much about Sigc++
yet.

a "why the hell is it a child of Timeout::base_type?" is IMO a lot
worse.
And in BufferView: "why the hell is it a child of WorkArea::base_type
and not of Timeout::base_type?"

        Lgb

Reply via email to