]> git.donarmstrong.com Git - lilypond.git/blobdiff - flower/include/cpu-timer.hh
Add doc strings for functions applyOutput to bar (inclusive).
[lilypond.git] / flower / include / cpu-timer.hh
index 74433a3e186526e5f390994de59a31b0d980699c..ff7d5bb0d79371df51302d0782e4343b1b640d5a 100644 (file)
@@ -3,17 +3,19 @@
 
   source file of the Flower Library
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
-
 #ifndef CPU_TIMER_HH
 #define CPU_TIMER_HH
 
-#include <time.h>
+#include <ctime>
+using namespace std;
+
 #include "real.hh"
 
-class Cpu_timer {
+class Cpu_timer
+{
   clock_t start_clock_;
 public:
   Cpu_timer ();