~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/kernel/log/dolfin/CursesLogger.h

  • Committer: Anders Logg
  • Date: 2007-01-10 09:04:44 UTC
  • mfrom: (1689.1.221 trunk)
  • Revision ID: logg@simula.no-20070110090444-ecyux3n1qnei4i8h
RemoveĀ oldĀ head

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
namespace dolfin {
20
20
  
 
21
  void sigalarm(int i);
 
22
  void sigctrlc(int i);
 
23
 
21
24
  class CursesLogger : public GenericLogger {
22
25
  public:
23
26