Changeset 2322 in Sophya for trunk/SophyaLib/SysTools/ctimer.h
- Timestamp:
- Feb 11, 2003, 4:31:10 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/ctimer.h
r895 r2322 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: ctimer.h,v 1. 3 2000-04-12 17:49:41 ansariExp $3 // $Id: ctimer.h,v 1.4 2003-02-11 15:31:07 cmv Exp $ 4 4 // 5 5 … … 11 11 #include <sys/types.h> 12 12 #include <time.h> 13 #include <iostream .h>13 #include <iostream> 14 14 #include <stdio.h> 15 15 #include <string>
Note:
See TracChangeset
for help on using the changeset viewer.