mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +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
|
||||
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>
|
||||
|
@ -264,7 +265,7 @@ test_compare_server_signature(void)
|
|||
{
|
||||
id objct = [MyClass new];
|
||||
id proxy = [NSConnection rootProxyForConnectionWithRegisteredName: SRV_NAME
|
||||
host: @"*"];
|
||||
host: nil];
|
||||
if (proxy)
|
||||
{
|
||||
const char *rmtSig;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue