diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-07 22:22:09 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-07-07 22:22:09 +0000 |
commit | 48c013f417316b38764bd963b4bbf118029f2c92 (patch) | |
tree | 385fa28fc31c8f6e871eca08b2d0f082eeb495a0 /ace/High_Res_Timer.h | |
parent | c5f1347e390f1bc1c92c1b6bd17a73c7a1d8c099 (diff) | |
download | ATCD-48c013f417316b38764bd963b4bbf118029f2c92.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/High_Res_Timer.h')
-rw-r--r-- | ace/High_Res_Timer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ace/High_Res_Timer.h b/ace/High_Res_Timer.h index efb67ad1f74..45b64fa4214 100644 --- a/ace/High_Res_Timer.h +++ b/ace/High_Res_Timer.h @@ -138,10 +138,12 @@ public: protected: +#if defined (ACE_WIN32) static u_long get_registry_scale_factor (void); // This is used to find out the Mhz of the machine for the scale // factor. If there are any problems getting it, we just return 1 // (the default). +#endif /* ACE_WIN32 */ private: static void hrtime_to_tv (ACE_Time_Value &tv, |