(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:
mccallum 1995-03-23 04:27:41 +00:00
parent 1ef2aba187
commit 4f2a3aac14
2 changed files with 2 additions and 4 deletions

View file

@ -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 */

View file

@ -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 */