fix to compile on systems withut avahi

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32429 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-03-01 18:14:21 +00:00
parent 821962705e
commit bf05e6fe8b

View file

@ -115,7 +115,11 @@ NSString* GSNetServiceDotTerminatedNSStringFromString(const char* string);
avahiIfIndex: (int)anIfIndex
avahiProtocol: (int)aProtocol;
#if GS_USE_AVAHI==1
- (id<NSObject,GSNetServiceDelegate>)delegate;
#else
- (id<NSObject>)delegate;
#endif
@end
/**