1 // Copyright (C) 1991,1995 by
3 // MATRA DATAVISION, FRANCE
5 // This software is furnished in accordance with the terms and conditions
6 // of the contract and with the inclusion of the above copyright notice.
7 // This software or any other copy thereof may not be provided or otherwise
8 // be made available to any other person. No title to an ownership of the
9 // software is hereby transferred.
11 // At the termination of the contract, the software and all copies of this
12 // software must be deleted.
14 #include <CASCADESamplesJni_TColStd_Array1OfReal.h>
15 #include <TColStd_Array1OfReal.hxx>
18 #include <Standard_ErrorHandler.hxx>
19 #include <Standard_SStream.hxx>
26 JNIEXPORT void JNICALL Java_CASCADESamplesJni_TColStd_1Array1OfReal_FinalizeValue(JNIEnv *, jclass, jlong theid)
29 TColStd_Array1OfReal* theobj = (TColStd_Array1OfReal*) theid;