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

Subversion Repositories scarts

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

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 14 jlechner
// natEcosProcess.cc - Native side of eCos processes.
2
 
3
/* Copyright (C) 1998, 1999  Free Software Foundation
4
 
5
   This file is part of libgcj.
6
 
7
This software is copyrighted work licensed under the terms of the
8
Libgcj License.  Please consult the file "LIBGCJ_LICENSE" for
9
details.  */
10
 
11
// The configury system needs this file to exist, since we can't
12
// really conditionally link files (an autoconf bug).  To avoid having
13
// an empty translation unit, we make a single method native.  FIXME.
14
 
15
#include <config.h>
16
 
17
#include <gcj/cni.h>
18
#include <jvm.h>
19
 
20
#include <java/lang/ConcreteProcess.h>
21
 
22
void
23
java::lang::ConcreteProcess::destroy (void)
24
{
25
}

powered by: WebSVN 2.1.0

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