Update bimserver_plugin and ifcjni for IfcEngineModel::getInstanceFromExpressId()

This commit is contained in:
Thomas Krijnen
2012-01-01 15:30:19 +00:00
parent 2d30fb4615
commit 60aa198a0a
2 changed files with 6 additions and 6 deletions
@@ -10,7 +10,7 @@ extern "C" {
/*
* Class: org_ifcopenshell_IfcOpenShellModel
* Method: getGeometry
* Signature: ()Lorg/bimserver/plugins/ifcengine/IfcEngineGeometry;
* Signature: ()Lorg/ifcopenshell/IfcGeomObject;
*/
JNIEXPORT jobject JNICALL Java_org_ifcopenshell_IfcOpenShellModel_getGeometry
(JNIEnv *, jobject);
@@ -18,9 +18,9 @@ JNIEXPORT jobject JNICALL Java_org_ifcopenshell_IfcOpenShellModel_getGeometry
/*
* Class: org_ifcopenshell_IfcOpenShellModel
* Method: setIfcData
* Signature: ([B)V
* Signature: ([B)Z
*/
JNIEXPORT bool JNICALL Java_org_ifcopenshell_IfcOpenShellModel_setIfcData
JNIEXPORT jboolean JNICALL Java_org_ifcopenshell_IfcOpenShellModel_setIfcData
(JNIEnv *, jobject, jbyteArray);
#ifdef __cplusplus