mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
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:
parent
705958575c
commit
1df9368648
8 changed files with 96 additions and 30 deletions
|
@ -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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue