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:
Richard Frith-MacDonald 2008-05-07 05:43:41 +00:00
parent 7084039296
commit 320c516051

View file

@ -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;