mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
([Encoder -encodeBytes:count:withName:]): Method implemented; although
it may need to change later. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1221 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a737a8e65f
commit
e3a2c20e9d
1 changed files with 4 additions and 1 deletions
|
@ -334,7 +334,10 @@ my_object_is_class(id object)
|
|||
count: (unsigned)c
|
||||
withName: (id <String>)name
|
||||
{
|
||||
[self notImplemented:_cmd];
|
||||
/* xxx Is this what we want?
|
||||
It won't be cleanly readable in TextCStream's. */
|
||||
[cstream encodeName: name];
|
||||
[[cstream stream] writeBytes: b length: c];
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue