OpenCores
URL https://opencores.org/ocsvn/scarts/scarts/trunk

Subversion Repositories scarts

[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [libjava/] [java/] [net/] [natInetAddressNoNet.cc] - Blame information for rev 14

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 14 jlechner
/* Copyright (C) 2003  Free Software Foundation
2
 
3
   This file is part of libgcj.
4
 
5
This software is copyrighted work licensed under the terms of the
6
Libgcj License.  Please consult the file "LIBGCJ_LICENSE" for
7
details.  */
8
 
9
#include <config.h>
10
#include <stddef.h>
11
 
12
#include <java/net/InetAddress.h>
13
 
14
jbyteArray
15
java::net::InetAddress::aton (jstring)
16
{
17
  return NULL;
18
}
19
 
20
jint
21
java::net::InetAddress::getFamily (jbyteArray bytes)
22
{
23
  return 0;
24
}
25
 
26
JArray<java::net::InetAddress*> *
27
java::net::InetAddress::lookup (jstring, java::net::InetAddress *, jboolean)
28
{
29
  return NULL;
30
}
31
 
32
jstring
33
java::net::InetAddress::getLocalHostname ()
34
{
35
  return NULL;
36
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.