mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 01:21:08 +00:00
Fixup obsolete code
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26495 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7084039296
commit
320c516051
1 changed files with 3 additions and 2 deletions
|
@ -17,7 +17,8 @@
|
||||||
|
|
||||||
You should have received a copy of the GNU General Public
|
You should have received a copy of the GNU General Public
|
||||||
License along with this library; if not, write to the Free
|
License along with this library; if not, write to the Free
|
||||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||||
|
Boston, MA 02111 USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <Foundation/NSAutoreleasePool.h>
|
#include <Foundation/NSAutoreleasePool.h>
|
||||||
|
@ -264,7 +265,7 @@ test_compare_server_signature(void)
|
||||||
{
|
{
|
||||||
id objct = [MyClass new];
|
id objct = [MyClass new];
|
||||||
id proxy = [NSConnection rootProxyForConnectionWithRegisteredName: SRV_NAME
|
id proxy = [NSConnection rootProxyForConnectionWithRegisteredName: SRV_NAME
|
||||||
host: @"*"];
|
host: nil];
|
||||||
if (proxy)
|
if (proxy)
|
||||||
{
|
{
|
||||||
const char *rmtSig;
|
const char *rmtSig;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue