|
From: Bryan T. <tho...@us...> - 2007-04-13 15:04:29
|
Update of /cvsroot/cweb/bigdata In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv9284 Added Files: com_bigdata_btree_BytesUtil_UnsignedByteArrayComparator.h com_bigdata_btree_BytesUtil.h Log Message: Package rename from com.bigdata.objndx to com.bigdata.btree. Since we are using CVS, this is going to break the access to prior versions in the source file history. --- NEW FILE: com_bigdata_btree_BytesUtil.h --- /* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class com_bigdata_btree_BytesUtil */ #ifndef _Included_com_bigdata_btree_BytesUtil #define _Included_com_bigdata_btree_BytesUtil #ifdef __cplusplus extern "C" { #endif #undef com_bigdata_btree_BytesUtil_minlen #define com_bigdata_btree_BytesUtil_minlen 100L /* * Class: com_bigdata_btree_BytesUtil * Method: _compareBytes * Signature: (I[BI[B)I */ JNIEXPORT jint JNICALL Java_com_bigdata_btree_BytesUtil__1compareBytes (JNIEnv *, jclass, jint, jbyteArray, jint, jbyteArray); /* * Class: com_bigdata_btree_BytesUtil * Method: _compareBytesWithOffsetAndLen * Signature: (II[BII[B)I */ JNIEXPORT jint JNICALL Java_com_bigdata_btree_BytesUtil__1compareBytesWithOffsetAndLen (JNIEnv *, jclass, jint, jint, jbyteArray, jint, jint, jbyteArray); #ifdef __cplusplus } #endif #endif --- NEW FILE: com_bigdata_btree_BytesUtil_UnsignedByteArrayComparator.h --- /* DO NOT EDIT THIS FILE - it is machine generated */ #include <jni.h> /* Header for class com_bigdata_btree_BytesUtil_UnsignedByteArrayComparator */ #ifndef _Included_com_bigdata_btree_BytesUtil_UnsignedByteArrayComparator #define _Included_com_bigdata_btree_BytesUtil_UnsignedByteArrayComparator #ifdef __cplusplus extern "C" { #endif #ifdef __cplusplus } #endif #endif |