mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Don't invoke unimplemented method
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14491 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
23bdd51d7e
commit
d9d248cc84
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ con_statistics (id prx)
|
|||
[prx outputStats: localObj];
|
||||
printf(" >>list proxy's hash is 0x%d\n", [prx hash]);
|
||||
printf(" >>list proxy's self is 0x%p = 0x%p\n", [prx self], prx);
|
||||
printf(" >>proxy's name is (%s)\n", [prx name]);
|
||||
printf(" >>proxy's description is (%s)\n", [[prx description] lossyCString]);
|
||||
|
||||
cobj = [prx connectionForProxy];
|
||||
o = [cobj statistics];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue