Changeset 241 in Sophya for trunk/SophyaLib/SysTools/ctimer.h


Ignore:
Timestamp:
Apr 21, 1999, 3:12:11 PM (26 years ago)
Author:
ansari
Message:

ppersist + pexc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/SysTools/ctimer.h

    r219 r241  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: ctimer.h,v 1.1.1.1 1999-04-09 17:57:04 ansari Exp $
     3// $Id: ctimer.h,v 1.2 1999-04-21 13:12:00 ansari Exp $
    44//
    55
     
    1212#include <iostream.h>
    1313#include <stdio.h>
    14 #include "peida.h"
     14#include "machdefs.h"
    1515
    1616// <summary> Permet de chronometrer des fonctions. </summary>
     
    2222
    2323// La macro SPLITTIME lui permet d'afficher des temps partiels.
    24 class Timer EXC_AWARE {
     24class Timer {
    2525public:
    2626  // L'objet memorise le temps CPU et l'heure, et le nom donne
Note: See TracChangeset for help on using the changeset viewer.