yu_ac_bg_etf_javaqx_qswing_JQDialog.h

00001 /*
00002  * @(#)yu_ac_bg_etf_javaqx_qswing_JQDialog.h  0.2.0 / 2008-01-05
00003  *
00004  * Copyright (c) 2007, ETF and contributors. All rights reserved.
00005  *
00006  * This software is licensed under the LGPL, version 2.1, license.
00007  * A copy of the license is included in the file LICENSE-LGPL.txt.
00008 
00009  */
00010 #ifndef YU_AC_BG_ETF_JAVAQX_QSWING_JQDIALOG_H
00011 #define YU_AC_BG_ETF_JAVAQX_QSWING_JQDIALOG_H
00012 
00013 #include <jni.h>
00014 
00015 #ifdef __cplusplus
00016 extern "C" {
00017 #endif // __cplusplus
00018 
00019 /*
00020  * Header file for: yu_ac_bg_etf_javaqx_qswing_JQDialog
00021  * 
00022  * WARNING: DO NOT EDIT THIS FILE - it is machine generated
00023  */
00024 
00025 #undef yu_ac_bg_etf_javaqx_qswing_JQDialog_REJECTED
00026 #define yu_ac_bg_etf_javaqx_qswing_JQDialog_REJECTED 0
00027 #undef yu_ac_bg_etf_javaqx_qswing_JQDialog_ACCEPTED
00028 #define yu_ac_bg_etf_javaqx_qswing_JQDialog_ACCEPTED 1
00029 
00030 /*
00031  * Class:     yu_ac_bg_etf_javaqx_qswing_JQDialog
00032  * Method:    _create
00033  * Signature: ()J
00034  */
00035 JNIEXPORT jlong JNICALL
00036 Java_yu_ac_bg_etf_javaqx_qswing_JQDialog__1create
00037   (JNIEnv *, jobject);
00038 
00039 /*
00040  * Class:     yu_ac_bg_etf_javaqx_qswing_JQDialog
00041  * Method:    _exec
00042  * Signature: (J)I
00043  */
00044 JNIEXPORT jint JNICALL
00045 Java_yu_ac_bg_etf_javaqx_qswing_JQDialog__1exec
00046   (JNIEnv *, jobject, jlong);
00047 
00048 /*
00049  * Class:     yu_ac_bg_etf_javaqx_qswing_JQDialog
00050  * Method:    _done
00051  * Signature: (JI)V
00052  */
00053 JNIEXPORT void JNICALL
00054 Java_yu_ac_bg_etf_javaqx_qswing_JQDialog__1done
00055   (JNIEnv *, jobject, jlong, jint);
00056 
00057 #ifdef __cplusplus
00058 }
00059 #endif // __cplusplus
00060 
00061 #endif //YU_AC_BG_ETF_JAVAQX_QSWING_JQDIALOG_H
00062 
00063 /*^*****************************************************************************
00064   File History:
00065 
00066  - 2008-01-05 12:03:17 JavaQx Native Generator
00067    Initial version
00068 
00069 *****************************************************************************^*/

Copyright © 2007 ETF and contributors. All Rights Reserved.