blob: de3b844f4a4c521043d86b9778d0aa23eaae915e [file] [log] [blame]
// 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)
{
}