Re: Getting rid of the BufferView cache.

2003-10-13 Thread Angus Leeming
Andre Poenitz wrote: > On Mon, Oct 13, 2003 at 04:27:09PM +, Angus Leeming wrote: >> Attempting to get rid of the BufferView cache stuff, I've had a >> look at class LyX. It is simple enough to turn it into a singleton >> class > > If so it could be turned to a namespace as well... I'd like

Re: Getting rid of the BufferView cache.

2003-10-13 Thread Andre Poenitz
On Mon, Oct 13, 2003 at 04:27:09PM +, Angus Leeming wrote: > Attempting to get rid of the BufferView cache stuff, I've had a look > at class LyX. It is simple enough to turn it into a singleton class If so it could be turned to a namespace as well... Andre'

Getting rid of the BufferView cache.

2003-10-13 Thread Angus Leeming
Attempting to get rid of the BufferView cache stuff, I've had a look at class LyX. It is simple enough to turn it into a singleton class class LyX : boost::noncopyable { static void init(int & argc, char * argv[]); static LyX const & get(); private: LyX(int & argc, char *