~ubuntu-branches/ubuntu/precise/gnustep-base/precise

« back to all changes in this revision

Viewing changes to Testing/nsmethodsignature.m

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-07-05 09:49:51 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20080705094951-gs19i3erqo2xx6if
Tags: 1.16.1-2ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  + debian/rules:
    - Add lpia to ALL_ARCHS supported architectures.
  + debian/control:
    - Add lpia architecture where needed.
  + debian/control{,.m4}:
    - Update Maintainer field as per spec.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
   This file is part of the GNUstep Base Library.
7
7
 
8
 
   This library is free software; you can redistribute it and/or
 
8
   This  file is free software; you can redistribute it and/or
9
9
   modify it under the terms of the GNU General Public
10
10
   License as published by the Free Software Foundation; either
11
11
   version 3 of the License, or (at your option) any later version.
12
12
 
13
 
   This library is distributed in the hope that it will be useful,
 
13
   This  file is distributed in the hope that it will be useful,
14
14
   but WITHOUT ANY WARRANTY; without even the implied warranty of
15
15
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16
16
   General Public License for more details.
17
17
 
18
18
   You should have received a copy of the GNU General Public
19
 
   License along with this library; if not, write to the Free
20
 
   Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
 
19
   License along with this  file; if not, write to the Free
 
20
   Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
21
   Boston, MA 02111 USA.
21
22
*/
22
23
 
23
24
#include <Foundation/NSAutoreleasePool.h>
264
265
{
265
266
  id objct = [MyClass new];
266
267
  id proxy = [NSConnection rootProxyForConnectionWithRegisteredName: SRV_NAME
267
 
                           host: @"*"];
 
268
                           host: nil];
268
269
  if (proxy)
269
270
    {
270
271
      const char *rmtSig;