~ubuntu-branches/ubuntu/edgy/rxtx/edgy-201105201527

« back to all changes in this revision

Viewing changes to src/init.c

  • Committer: Bazaar Package Importer
  • Author(s): Mario Joussen
  • Date: 2006-03-01 18:56:52 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20060301185652-qqaxmsc37np81hr3
Tags: upstream-2.1.7
ImportĀ upstreamĀ versionĀ 2.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
/**
18
18
 * This is the standart implementation of Java 2 OnLoad and OnUnload native
19
19
 * library calls. This template defines them empty functions
 
20
 *
 
21
 * Now in SerialImp.c
20
22
 */
 
23
/*
21
24
JNIEXPORT jint JNICALL JNI_OnLoad(JavaVM *vm, void *reserved)   { return JNI_VERSION_1_2; }
22
25
JNIEXPORT void JNICALL JNI_OnUnload(JavaVM *vm, void *reserved) {}
 
26
*/
23
27
 
24
28
#endif