Field
Show
Ignore:
Timestamp:
08/05/2008 07:44:31 PM (5 months ago)
Author:
hyposurface@hyposurface-corporations-mac-pro.local
branch:
default
Message:

various fixes to classloader based on work in Boston

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • development/native/headers/field_util_MiscNative.h

    r18 r145  
    2626//JNIEXPORT jint JNICALL Java_field_util_MiscNative_connexionStart 
    2727//  (JNIEnv *, jobject); 
     28 
     29JNIEXPORT jint JNICALL Java_field_util_MiscNative_performFloat 
     30(JNIEnv *env, jobject jthis, jobject inputp, jint m , jint n, jobject outputp); 
    2831 
    2932