mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
fix ivar errors and missing import
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30955 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e5132ff1ad
commit
be36bca2ca
2 changed files with 1 additions and 8 deletions
|
@ -28,6 +28,7 @@
|
|||
#import "GNUstepBase/NSNetServices+GNUstepBase.h"
|
||||
#import "Foundation/NSArray.h"
|
||||
#import "Foundation/NSDebug.h"
|
||||
#import "Foundation/NSDictionary.h"
|
||||
#import "Foundation/NSLock.h"
|
||||
#import "Foundation/NSRunLoop.h"
|
||||
#import "Foundation/NSString.h"
|
||||
|
|
|
@ -33,10 +33,6 @@
|
|||
* NSNetService using the mDNSResponder API.
|
||||
*/
|
||||
@interface GSMDNSNetService : NSNetService
|
||||
{
|
||||
void *_netService;
|
||||
void *_reserved;
|
||||
}
|
||||
@end
|
||||
|
||||
|
||||
|
@ -44,10 +40,6 @@
|
|||
* NSNetServiceBrowser using the mDNSResponder API.
|
||||
*/
|
||||
@interface GSMDNSNetServiceBrowser : NSNetServiceBrowser
|
||||
{
|
||||
void *_netServiceBrowser;
|
||||
void *_reserved;
|
||||
}
|
||||
@end
|
||||
|
||||
// Subclasses using Avahi:
|
||||
|
|
Loading…
Reference in a new issue