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:
Richard Frith-MacDonald 2012-01-11 09:19:16 +00:00
parent bf2386269b
commit ee93c60ae5
4 changed files with 1 additions and 9 deletions

View file

@ -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;