mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +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
|
@ -55,6 +55,7 @@
|
|||
#endif
|
||||
|
||||
const NSTimeInterval NSTimeIntervalSince1970 = 978307200.0;
|
||||
NSString *const NSSystemClockDidChangeNotification = @"NSSystemClockDidChangeNotification";
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue