blob: 8441dba492aad6aea08b779d6553209a828aee73 [file] [log] [blame]
//===-------- Selected.cpp - Implementation of the Selected class --------===//
//
// The VMKit project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "JavaArray.h"
#include "JavaClass.h"
#include "JavaObject.h"
#include "JavaThread.h"
#include "MutatorThread.h"
using namespace j3;
extern "C" JavaObject* Java_org_j3_config_Selected_00024Mutator_get__() {
return (JavaObject*)mvm::MutatorThread::get()->MutatorContext;
}