mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
NSDate: declare system clock change notification
Declare a system clock change notification. Base still does not emit this notification, but this allows applications that wait for it not to have their build broken.
This commit is contained in:
parent
58db96f385
commit
be874e5d8f
2 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
GS_EXPORT NSString * const NSSystemClockDidChangeNotification;
|
||||
|
||||
/**
|
||||
* Time interval difference between two dates, in seconds.
|
||||
*/
|
||||
|
|
|
@ -55,6 +55,7 @@
|
|||
#endif
|
||||
|
||||
const NSTimeInterval NSTimeIntervalSince1970 = 978307200.0;
|
||||
NSString *const NSSystemClockDidChangeNotification = @"NSSystemClockDidChangeNotification";
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue