mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
(isProxy): Method removed from NSObject(CoderAdditions).
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@200 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
1ef2aba187
commit
4f2a3aac14
2 changed files with 2 additions and 4 deletions
|
@ -148,8 +148,7 @@
|
|||
/* These methods here temporarily until ObjC runtime category bug fixed */
|
||||
- classForConnectedCoder:aRmc;
|
||||
+ (void) encodeObject: anObject withConnectedCoder: aRmc;
|
||||
- (BOOL) isProxy;
|
||||
|
||||
@end
|
||||
|
||||
#endif __Coder_h
|
||||
#endif /* __Coder_h */
|
||||
|
|
|
@ -148,8 +148,7 @@
|
|||
/* These methods here temporarily until ObjC runtime category bug fixed */
|
||||
- classForConnectedCoder:aRmc;
|
||||
+ (void) encodeObject: anObject withConnectedCoder: aRmc;
|
||||
- (BOOL) isProxy;
|
||||
|
||||
@end
|
||||
|
||||
#endif __Coder_h
|
||||
#endif /* __Coder_h */
|
||||
|
|
Loading…
Reference in a new issue