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


Ignore:
Timestamp:
May 26, 2009, 11:39:55 PM (16 years ago)
Author:
ansari
Message:

Correction bug plantage Timer(NULL) - Reza 26/05/2009

File:
1 edited

Legend:

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

    r3636 r3638  
    11// This may look like C code, but it is really -*- C++ -*-
    22//
    3 // $Id: ctimer.h,v 1.7 2009-05-26 20:24:24 ansari Exp $
     3// $Id: ctimer.h,v 1.8 2009-05-26 21:39:55 ansari Exp $
    44//
    55
     
    2727class Timer  {
    2828public:
     29  Timer(bool prfg=true);
    2930  // L'objet memorise le temps CPU et l'heure, et le nom donne
    30   Timer(const char* name=0, bool prfg=true);
     31  Timer(const char* name, bool prfg=true);
    3132
    3233  // Le destructeur appelle split sans parametre.
Note: See TracChangeset for help on using the changeset viewer.