Code

get gettimeofday() out of buildtool:: namespace
authorishmal <ishmal@users.sourceforge.net>
Thu, 30 Nov 2006 01:39:13 +0000 (01:39 +0000)
committerishmal <ishmal@users.sourceforge.net>
Thu, 30 Nov 2006 01:39:13 +0000 (01:39 +0000)
buildtool.cpp

index 8e0fd0e9da1735b0b3946728240f5f98df2e1c59..af1b033e7c73ad224da3d0dfd8863e2e71c34cce 100644 (file)
 #include <errno.h>
 
 
-
-
-namespace buildtool
-{
-
-
-
-//########################################################################
-//########################################################################
-//##  U T I L
 //########################################################################
+//# Definition of gettimeofday() for those who don't have it
 //########################################################################
-
 #ifdef __WIN32__
 #include <sys/timeb.h>
 struct timezone {
@@ -94,6 +84,18 @@ static int gettimeofday (struct timeval *tv, struct timezone *tz)
 }
 #endif
 
+
+
+
+
+
+
+namespace buildtool
+{
+
+
+
+
 //########################################################################
 //########################################################################
 //##  R E G E X P