Re: [PATCH] changes: writing .lyx/.tex

2003-02-07 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Feb 07, 2003 at 03:48:29PM +0100, Lars Gullik Bj?nnes wrote: | | > But this is part of Boost.Thread so we cannot use that yet... | | OK, so what do you want ? support/ file ? what should it look like ? No idea... unsigned int now() { ret

Re: [PATCH] changes: writing .lyx/.tex

2003-02-07 Thread John Levon
On Fri, Feb 07, 2003 at 03:48:29PM +0100, Lars Gullik Bj?nnes wrote: > But this is part of Boost.Thread so we cannot use that yet... OK, so what do you want ? support/ file ? what should it look like ? john

Re: [PATCH] changes: writing .lyx/.tex

2003-02-07 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Feb 07, 2003 at 03:34:11PM +0100, Lars Gullik Bj?nnes wrote: | | > boost::xtime now; | > boost::xtime_get(&now, boost::TIME_UTC); | | OK, fine. But this is part of Boost.Thread so we cannot use that yet... -- Lgb

Re: [PATCH] changes: writing .lyx/.tex

2003-02-07 Thread John Levon
On Fri, Feb 07, 2003 at 03:34:11PM +0100, Lars Gullik Bj?nnes wrote: > boost::xtime now; > boost::xtime_get(&now, boost::TIME_UTC); OK, fine. regards john

Re: [PATCH] changes: writing .lyx/.tex

2003-02-07 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | On Fri, Feb 07, 2003 at 03:16:50PM +0100, Lars Gullik Bj?nnes wrote: | | > | + Change running_change = Change(Change::UNCHANGED); | > | + time_t const curtime(time(0)); | > | > Make it os specific? | | What change do you want me to make ? boost::xtime n

Re: [PATCH] changes: writing .lyx/.tex

2003-02-07 Thread John Levon
On Fri, Feb 07, 2003 at 03:16:50PM +0100, Lars Gullik Bj?nnes wrote: > | + Change running_change = Change(Change::UNCHANGED); > | + time_t const curtime(time(0)); > > Make it os specific? What change do you want me to make ? regards john

Re: [PATCH] changes: writing .lyx/.tex

2003-02-07 Thread Lars Gullik Bjønnes
John Levon <[EMAIL PROTECTED]> writes: | + Change running_change = Change(Change::UNCHANGED); | + time_t const curtime(time(0)); Make it os specific? -- Lgb