Moved to OJI.
Added AWT support. Added some classes git-svn-id: svn://10.0.0.236/trunk@47982 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -13,10 +13,9 @@
|
||||
* Inc. Portions created by Sun are Copyright (C) 1999 Sun Microsystems,
|
||||
* Inc. All Rights Reserved.
|
||||
*/
|
||||
#include "PlugletLoader.h"
|
||||
#include "PlugletEngine.h"
|
||||
#include "string.h"
|
||||
|
||||
#include "PlugletEngine.h"
|
||||
#include "PlugletLoader.h"
|
||||
jclass PlugletLoader::clazz = NULL;
|
||||
jmethodID PlugletLoader::getMIMEDescriptionMID = NULL;
|
||||
jmethodID PlugletLoader::getPlugletMID = NULL;
|
||||
@@ -114,11 +113,3 @@ jobject PlugletLoader::GetPluglet(const char * path) {
|
||||
}
|
||||
return jpluglet;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user