mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-04 22:00:50 +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
3633b11e59
commit
492c861e29
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>
|
2007-05-16 Richard Frith-Macdonald <rfm@gnu.org>
|
||||||
|
|
||||||
* Source/NSURLConnection.m: Cancel when deallocating.
|
* Source/NSURLConnection.m: Cancel when deallocating.
|
||||||
|
|
|
@ -434,5 +434,9 @@ GS_EXPORT NSString * const NSNetServicesErrorDomain;
|
||||||
|
|
||||||
@end
|
@end
|
||||||
|
|
||||||
|
#if defined(__cplusplus)
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __NSNetServices_h_GNUSTEP_BASE_INCLUDE */
|
#endif /* __NSNetServices_h_GNUSTEP_BASE_INCLUDE */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue