~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to core/org.eclipse.cdt.core.aix/library/SpawnerOutputStream.h

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2011-10-06 21:15:04 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20111006211504-8dutmljjih0zikfv
Tags: 8.0.1-1
* New upstream release.
* Split the JNI packages into a separate architecture dependent
  package and made eclipse-cdt architecture independent.
* Install JNI libraries into multiarch aware location
* Bumped Standards-Version to 3.9.2.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* DO NOT EDIT THIS FILE - it is machine generated */
 
2
#include <jni.h>
 
3
/* Header for class com_qnx_tools_utils_spawner_SpawnerOutputStream */
 
4
 
 
5
#ifndef _Included_com_qnx_tools_utils_spawner_SpawnerOutputStream
 
6
#define _Included_com_qnx_tools_utils_spawner_SpawnerOutputStream
 
7
#ifdef __cplusplus
 
8
extern "C" {
 
9
#endif
 
10
/*
 
11
 * Class:     org_eclipse_cdt_utils_spawner_SpawnerOutputStream
 
12
 * Method:    write0
 
13
 * Signature: (I[BI)I
 
14
 */
 
15
JNIEXPORT jint JNICALL Java_org_eclipse_cdt_utils_spawner_SpawnerOutputStream_write0
 
16
  (JNIEnv *, jobject, jint, jbyteArray, jint);
 
17
 
 
18
/*
 
19
 * Class:     org_eclipse_cdt_utils_spawner_SpawnerOutputStream
 
20
 * Method:    close0
 
21
 * Signature: (I)I
 
22
 */
 
23
JNIEXPORT jint JNICALL Java_org_eclipse_cdt_utils_spawner_SpawnerOutputStream_close0
 
24
  (JNIEnv *, jobject, jint);
 
25
 
 
26
#ifdef __cplusplus
 
27
}
 
28
#endif
 
29
#endif