Updates for message authentication stuff

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6871 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
richard 2000-07-04 14:37:18 +00:00
parent 705958575c
commit 1df9368648
8 changed files with 96 additions and 30 deletions

View file

@ -41,8 +41,8 @@
- (NSString*) description
{
return [NSString stringWithFormat:
@"NSPortMessage (Id %u)\n Send: %@\n Recv: %@\n Components -\n%@",
_msgid, _send, _recv, _components];
@"NSPortMessage 0x%x (Id %u)\n Send: %@\n Recv: %@\n Components -\n%@",
self, _msgid, _send, _recv, _components];
}
/* PortMessages MUST be initialised with ports and data. */