mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
DO stability improvement.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@4988 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
90720cfeca
commit
f60e96d7a0
5 changed files with 19 additions and 62 deletions
|
@ -162,12 +162,12 @@ static BOOL debug_connected_coder = NO;
|
|||
|
||||
- (unsigned) _coderReferenceForConstPtr: (const void*)ptr
|
||||
{
|
||||
return [connection _encoderReferenceForConstPtr: ptr];
|
||||
return 0;
|
||||
}
|
||||
|
||||
- (unsigned) _coderCreateReferenceForConstPtr: (const void*)ptr
|
||||
{
|
||||
return [connection _encoderCreateReferenceForConstPtr: ptr];
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
@ -341,12 +341,12 @@ static BOOL debug_connected_coder = NO;
|
|||
|
||||
- (unsigned) _coderCreateReferenceForConstPtr: (const void*)ptr
|
||||
{
|
||||
return [connection _decoderCreateReferenceForConstPtr: ptr];
|
||||
return 0;
|
||||
}
|
||||
|
||||
- (const void*) _coderConstPtrAtReference: (unsigned)xref
|
||||
{
|
||||
return [connection _decoderConstPtrAtReference: xref];
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue