mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
([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:
parent
cd4cb5279b
commit
6766050b57
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue