mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Fix bug #19872
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25178 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dd3bd664ac
commit
ab2568b5e6
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-05-16 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/Foundation/NSNetServices.h: fix bug #19872
|
||||
|
||||
2007-05-16 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Source/NSURLConnection.m: Cancel when deallocating.
|
||||
|
|
|
@ -434,5 +434,9 @@ GS_EXPORT NSString * const NSNetServicesErrorDomain;
|
|||
|
||||
@end
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __NSNetServices_h_GNUSTEP_BASE_INCLUDE */
|
||||
|
||||
|
|
Loading…
Reference in a new issue