mirror of
				https://github.com/eclipse/upm.git
				synced 2025-10-31 15:15:07 +03:00 
			
		
		
		
	java: removed commented code in SWIG interface files
Signed-off-by: Stefan Andritoiu <stefan.andritoiu@intel.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
		 Stefan Andritoiu
					Stefan Andritoiu
				
			
				
					committed by
					
						 Mihai Tudor Panu
						Mihai Tudor Panu
					
				
			
			
				
	
			
			
			 Mihai Tudor Panu
						Mihai Tudor Panu
					
				
			
						parent
						
							ba43986f82
						
					
				
				
					commit
					f8a105adbf
				
			| @@ -16,7 +16,6 @@ | ||||
| %typemap(out) float * { | ||||
|     $result = JCALL1(NewFloatArray, jenv, 3); | ||||
|     JCALL4(SetFloatArrayRegion, jenv, $result, 0, 3, $1); | ||||
|     //delete [] $1; | ||||
| } | ||||
|  | ||||
|  | ||||
|   | ||||
| @@ -16,7 +16,6 @@ | ||||
| %typemap(out) int16_t *coordinates { | ||||
|     $result = JCALL1(NewShortArray, jenv, 3); | ||||
|     JCALL4(SetShortArrayRegion, jenv, $result, 0, 3, (jshort*)$1); | ||||
|     //delete [] $1; | ||||
| } | ||||
|  | ||||
| %include "hmc5883l.h" | ||||
|   | ||||
| @@ -30,7 +30,6 @@ | ||||
| %typemap(out) int16_t *getRawValues { | ||||
|     $result = JCALL1(NewShortArray, jenv, 3); | ||||
|     JCALL4(SetShortArrayRegion, jenv, $result, 0, 3, (jshort*)$1); | ||||
|     //delete [] $1; | ||||
| } | ||||
|  | ||||
| %include "itg3200.h" | ||||
|   | ||||
| @@ -16,7 +16,6 @@ | ||||
| %typemap(out) int16_t *getRawAccelData { | ||||
|     $result = JCALL1(NewShortArray, jenv, 3); | ||||
|     JCALL4(SetShortArrayRegion, jenv, $result, 0, 3, (jshort*)$1); | ||||
|     //delete [] $1; | ||||
| } | ||||
|  | ||||
| %include "lsm303.h" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user