| // natFrame.cc -- native support for VMFrame.java | |
| /* Copyright (C) 2006 Free Software Foundation | |
| This file is part of libgcj. | |
| This software is copyrighted work licensed under the terms of the | |
| Libgcj License. Please consult the file "LIBGCJ_LICENSE" for | |
| details. */ | |
| #include <gcj/cni.h> | |
| #include <gnu/classpath/jdwp/VMFrame.h> | |
| using namespace java::lang; | |
| Object* | |
| gnu::classpath::jdwp::VMFrame::getValue (jint slot) | |
| { | |
| return 0; | |
| } | |
| void | |
| gnu::classpath::jdwp::VMFrame::setValue (jint slot, Object* value) | |
| { | |
| } |