mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Make Avahi work with gcc 2.95.
Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de> git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33291 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
549d78e403
commit
a70202a9b8
2 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2011-06-13 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/GSAvahiRunLoopIntegration.m: Declare the local methods in
|
||||
the interface.
|
||||
Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
|
||||
|
||||
2011-06-11 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/NSDateFormatter.m,
|
||||
|
|
|
@ -36,6 +36,12 @@
|
|||
GSAvahiRunLoopContext *ctx;
|
||||
void *userData;
|
||||
}
|
||||
- (void)listenForEvents: (AvahiWatchEvent)events;
|
||||
- (AvahiWatchEvent)getEvents;
|
||||
- (void)removeFromContext;
|
||||
- (void)setContext: (GSAvahiRunLoopContext*)aCtxt;
|
||||
- (void)unschedule;
|
||||
- (void)reschedule;
|
||||
@end
|
||||
|
||||
@implementation GSAvahiWatcher
|
||||
|
|
Loading…
Reference in a new issue