Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 11, 2009, 9:40:24 PM (15 years ago)
Author:
rgrieder
Message:

Found another few unnecessary includes in util (and added two others that followed due to this change).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/pch/src/util/Sleep.cc

    r2774 r3146  
    4343    {
    4444        if (microseconds < 1000)
    45             COUT(2) << "Warning: Windows can not sleep less than 1ms, ignoring" << std::endl;
     45            COUT(2) << "Warning: Windows cannot sleep less than 1ms, ignoring" << std::endl;
    4646        Sleep(microseconds / 1000);
    4747    }
Note: See TracChangeset for help on using the changeset viewer.