mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
* Source/NSDistantObject.m: #ifdef to disable category
on Object was forgotten around the interface git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31280 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
355f3a4ba4
commit
97c3ff4572
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-09-09 Eric Wasylishen <ewasylishen@gmail.com>
|
||||||
|
|
||||||
|
* Source/NSDistantObject.m: #ifdef to disable category
|
||||||
|
on Object was forgotten around the interface
|
||||||
|
|
||||||
2010-09-10 Riccardo Mottola
|
2010-09-10 Riccardo Mottola
|
||||||
|
|
||||||
* Source/unix/GSRunLoopCtxt.m: only access array if port responds to selector, or it is not initialized
|
* Source/unix/GSRunLoopCtxt.m: only access array if port responds to selector, or it is not initialized
|
||||||
|
|
|
@ -67,9 +67,11 @@ static int debug_proxy = 0;
|
||||||
static Class placeHolder = 0;
|
static Class placeHolder = 0;
|
||||||
static Class distantObjectClass = 0;
|
static Class distantObjectClass = 0;
|
||||||
|
|
||||||
|
#ifndef __GNUSTEP_RUNTIME__
|
||||||
@interface Object (NSConformsToProtocolNamed)
|
@interface Object (NSConformsToProtocolNamed)
|
||||||
- (BOOL) _conformsToProtocolNamed: (const char*)aName;
|
- (BOOL) _conformsToProtocolNamed: (const char*)aName;
|
||||||
@end
|
@end
|
||||||
|
#endif
|
||||||
@interface NSObject (NSConformsToProtocolNamed)
|
@interface NSObject (NSConformsToProtocolNamed)
|
||||||
- (BOOL) _conformsToProtocolNamed: (const char*)aName;
|
- (BOOL) _conformsToProtocolNamed: (const char*)aName;
|
||||||
@end
|
@end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue