mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
([InPort -setReceivedPacketInvocation:]): Assert that
_packet_invocation isn't already set. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1134 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
addfc7456e
commit
416ccc2e25
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@
|
||||||
|
|
||||||
- (void) setReceivedPacketInvocation: (id <Invoking>)invocation
|
- (void) setReceivedPacketInvocation: (id <Invoking>)invocation
|
||||||
{
|
{
|
||||||
|
assert (!_packet_invocation);
|
||||||
_packet_invocation = invocation;
|
_packet_invocation = invocation;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue