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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [libjava/] [java/] [net/] [natVMInetAddressNoNet.cc] - Blame information for rev 775

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 758 jeremybenn
/* Copyright (C) 2003, 2006  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
jstring
13
java::net::VMInetAddress::getLocalHostname ()
14
{
15
  return NULL;
16
}
17
 
18
jbyteArray
19
java::net::VMInetAddress::lookupInaddrAny ()
20
{
21
  return NULL;
22
}
23
 
24
jstring
25
java::net::VMInetAddress::getHostByAddr (jbyteArray addr)
26
{
27
  return NULL;
28
}
29
 
30
JArray<jbyteArray> *
31
java::net::VMInetAddress::getHostByName (jstring host)
32
{
33
  return NULL;
34
}
35
 
36
jbyteArray
37
java::net::VMInetAddress::aton (jstring host)
38
{
39
  return NULL;
40
}

powered by: WebSVN 2.1.0

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