diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-08-05 07:54:40 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-08-05 07:54:40 +0000 |
commit | 9ad872312904cb29cbe8f031711a81cb55af63f0 (patch) | |
tree | 4710da697e429148bdf01f5830bfcdaa3354f34a /cppe/src/IceE/Time.cpp | |
parent | cleanup. (diff) | |
download | ice-9ad872312904cb29cbe8f031711a81cb55af63f0.tar.bz2 ice-9ad872312904cb29cbe8f031711a81cb55af63f0.tar.xz ice-9ad872312904cb29cbe8f031711a81cb55af63f0.zip |
cleanup.
Diffstat (limited to 'cppe/src/IceE/Time.cpp')
-rw-r--r-- | cppe/src/IceE/Time.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/cppe/src/IceE/Time.cpp b/cppe/src/IceE/Time.cpp index ca6cc288b3e..15497a1f608 100644 --- a/cppe/src/IceE/Time.cpp +++ b/cppe/src/IceE/Time.cpp @@ -8,14 +8,14 @@ // ********************************************************************** #include <IceE/Time.h> -
+ #ifndef _WIN32_WCE -# if defined(_WIN32) -# include <sys/timeb.h> -# include <time.h> -# else -# include <sys/time.h> -# endif
+# if defined(_WIN32) +# include <sys/timeb.h> +# include <time.h> +# else +# include <sys/time.h> +# endif #endif using namespace IceUtil; @@ -28,7 +28,7 @@ IceUtil::Time::Time() : Time IceUtil::Time::now() { -#if defined(_WIN32_WCE)
+#if defined(_WIN32_WCE) // // Note that GetTickCount returns the number of ms since the // device was started. Time cannot be used to represent an |