Re: Wakeup/Sleep?
Re: Wakeup/Sleep?
- Subject: Re: Wakeup/Sleep?
- From: "Louis C. Sacha" <email@hidden>
- Date: Wed, 17 Mar 2004 15:05:28 -0800
Hello...
2004-03-17 16:02:24.990 DateStuff[2141]
now: <CFDate 0x500fb0 [0xa01900e0]>{time = 101250145}
later: <CFDate 0x503100 [0xa01900e0]>{time = 101250175}
2004-03-17 16:02:24.991 DateStuff[2141] res=e00002d8 <---Always
this error code
The error code you are getting is kIOReturnNotReady, which probably
doesn't help much. The common (general) IOKit error codes are defined
in the <IOKit/IOReturn.h> header , although they go through a few
macros before you end up with the actual returned result code.
Hope it helps you figure out what is going on,
Louis
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.