mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Suggested implementation for NSProgress addSubscriber...
This commit is contained in:
parent
5f1cfb901c
commit
d760480bb6
1 changed files with 2 additions and 3 deletions
|
@ -451,14 +451,13 @@ static NSMutableDictionary *__subscribers = nil;
|
|||
+ (id)addSubscriberForFileURL: (NSURL *)url
|
||||
withPublishingHandler: (NSProgressPublishingHandler)publishingHandler
|
||||
{
|
||||
// There is no acceptable description of this method in the documentation.
|
||||
// [__subscribers addObject: publishingHandler forObject: url];
|
||||
return nil;
|
||||
}
|
||||
|
||||
+ (void) removeSubscriber: (id)subscriber
|
||||
{
|
||||
// There is no acceptable description of this method in the documentation.
|
||||
return;
|
||||
// [__subscribers removeObject: subscriber];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue