Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 31, 2011, 5:15:13 PM (14 years ago)
Author:
landauf
Message:

Replaced COUT with orxout in core. Tried to set levels and contexts in a more or less useful way, but not really optimized.

File:
1 edited

Legend:

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

    r8804 r8806  
    4949    {
    5050        //if (microseconds < 1000)
    51         //    orxout(internal_warning) << "Warning: Windows cannot sleep less than 1ms, ignoring" << endl;
     51        //    orxout(internal_warning) << "Windows cannot sleep less than 1ms, ignoring" << endl;
    5252        Sleep(microseconds / 1000);
    5353    }
Note: See TracChangeset for help on using the changeset viewer.