Changeset 3728 in Sophya


Ignore:
Timestamp:
Jan 4, 2010, 6:06:58 PM (16 years ago)
Author:
ansari
Message:

Ajout return(s) manquants siute compil AIX, Reza 04 Jan 2010

Location:
trunk/SophyaLib/SysTools
Files:
2 edited

Legend:

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

    r3638 r3728  
    11//
    2 // $Id: ctimer.cc,v 1.10 2009-05-26 21:39:54 ansari Exp $
     2// $Id: ctimer.cc,v 1.11 2010-01-04 17:06:58 ansari Exp $
    33//
    44
     
    156156       
    157157  os << "Elapsed Time: Total=" << out << " (Partial= " << outp << ")" << endl;
     158
     159  return os;
    158160}
    159161
  • trunk/SophyaLib/SysTools/parlex.cc

    r3725 r3728  
    104104  mtx_.unlock();
    105105  mtx_.signal();
     106  return 0;
    106107}
    107108
Note: See TracChangeset for help on using the changeset viewer.