summaryrefslogtreecommitdiff
path: root/ace/Time_Value.h
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2005-02-15 23:07:37 +0000
committerSteve Huston <shuston@riverace.com>2005-02-15 23:07:37 +0000
commit34104cf059eeafbd1382ac7f9315e0c9a4afac2e (patch)
tree929cad045679537bffe42e0311c7d1ac90539359 /ace/Time_Value.h
parent2cf1b9573c6f58e31ad17124620d11875cf8dab9 (diff)
downloadATCD-34104cf059eeafbd1382ac7f9315e0c9a4afac2e.tar.gz
Commit merged-in changes from mainlinePROACTOR_FIXES_STEVE_JAN05
Diffstat (limited to 'ace/Time_Value.h')
-rw-r--r--ace/Time_Value.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ace/Time_Value.h b/ace/Time_Value.h
index 047177604e9..a95c7caad22 100644
--- a/ace/Time_Value.h
+++ b/ace/Time_Value.h
@@ -326,9 +326,6 @@ private:
/// Store the values as a timeval.
timeval tv_;
};
-#if defined (ACE_WIN32) && defined (_WIN32_WCE)
-}
-#endif
/**
* @class ACE_Countdown_Time
@@ -377,6 +374,9 @@ private:
ACE_Countdown_Time (const ACE_Countdown_Time &);
ACE_Countdown_Time &operator= (const ACE_Countdown_Time &);
};
+#if defined (ACE_WIN32) && defined (_WIN32_WCE)
+}
+#endif
#if defined (__ACE_INLINE__)
#include "ace/Time_Value.inl"