Changeset 105 for trunk/Cocoa/Pester/Source/PSPowerManager.m
- Timestamp:
- 03/02/03 19:53:27 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cocoa/Pester/Source/PSPowerManager.m
r103 r105 180 180 io_service_t pmuReference = openPMUComPort(); 181 181 NSAssert(pmuReference != NULL, NSLocalizedString(@"Couldn't find PMU in IORegistry. This computer may not support automatic wake from sleep.", "Assertion message: couldn't open ApplePMU")); 182 return pmuReference; 182 183 } 183 184
Note:
See TracChangeset
for help on using the changeset viewer.