mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Remove duplicated methods
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34494 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bf2386269b
commit
ee93c60ae5
4 changed files with 1 additions and 9 deletions
|
@ -363,7 +363,7 @@ GS_EXPORT NSString * const NSNetServicesErrorDomain;
|
|||
forMode: (NSString *) mode;
|
||||
|
||||
#if OS_API_VERSION(100500,GS_API_LATEST)
|
||||
- (NSInteger)port;
|
||||
- (NSInteger) port;
|
||||
|
||||
- (void) publishWithOptions: (NSNetServiceOptions)options;
|
||||
#endif
|
||||
|
@ -376,11 +376,6 @@ GS_EXPORT NSString * const NSNetServicesErrorDomain;
|
|||
- (void) startMonitoring;
|
||||
- (void) stopMonitoring;
|
||||
|
||||
#if OS_API_VERSION(100500,GS_API_LATEST)
|
||||
- (NSInteger)port;
|
||||
|
||||
- (void) publishWithOptions: (NSNetServiceOptions)options;
|
||||
#endif
|
||||
- (id<NSNetServiceDelegate>) delegate;
|
||||
- (void) setDelegate: (id<NSNetServiceDelegate>) delegate;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue