([NSValueDecoder +newWithCoder:]): Comment out for now; I think it

needs fixes.
([NSValueDecoder -initWithCoder:]): Likewise.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@962 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-02-22 16:02:48 +00:00
parent cd4cb5279b
commit 6766050b57

View file

@ -1,5 +1,5 @@
/* NSValue.h - Object encapsulation for C types.
Copyright (C) 1993,1994 Free Software Foundation, Inc.
Copyright (C) 1993, 1994, 1996 Free Software Foundation, Inc.
Written by: Adam Fedor <fedor@boulder.colorado.edu>
Date: Mar 1995
@ -42,6 +42,8 @@
[self shouldNotImplement:_cmd];
}
/* xxx What's going on here? This doesn't look right to me -mccallum. */
#if 0
+ (id) newWithCoder: (NSCoder *)coder
{
char *type;
@ -70,6 +72,7 @@
[self autorelease];
return [NSValueDecoder newWithCoder:coder];
}
#endif
@end