javaprims.h: Updated namespace declarations.
[gcc.git] / libjava / java / lang / natEcosProcess.cc
1 // natEcosProcess.cc - Native side of eCos processes.
2
3 /* Copyright (C) 1998, 1999 Cygnus Solutions
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 <cni.h>
18 #include <jvm.h>
19
20 #include <java/lang/ConcreteProcess.h>
21
22 void
23 java::lang::ConcreteProcess::destroy (void)
24 {
25 }