yu_ac_bg_etf_javaqx_qswing_JQDialog.h

00001 /*
00002  * @(#)yu_ac_bg_etf_javaqx_qswing_JQDialog.h  0.2.0 / 2007-12-20
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 #ifndef YU_AC_BG_ETF_JAVAQX_QSWING_JQDIALOG_H
00010 #define YU_AC_BG_ETF_JAVAQX_QSWING_JQDIALOG_H
00011 
00012 #include <jni.h>
00013 
00014 #ifdef __cplusplus
00015 extern "C" {
00016 #endif // __cplusplus
00017 
00018 /*
00019  * Header file for: yu_ac_bg_etf_javaqx_qswing_JQDialog
00020  * 
00021  * WARNING: DO NOT EDIT THIS FILE - it is machine generated
00022  */
00023 
00024 #undef yu_ac_bg_etf_javaqx_qswing_JQDialog_REJECTED
00025 #define yu_ac_bg_etf_javaqx_qswing_JQDialog_REJECTED 0
00026 #undef yu_ac_bg_etf_javaqx_qswing_JQDialog_ACCEPTED
00027 #define yu_ac_bg_etf_javaqx_qswing_JQDialog_ACCEPTED 1
00028 
00029 /*
00030  * Class:     yu_ac_bg_etf_javaqx_qswing_JQDialog
00031  * Method:    _create
00032  * Signature: ()J
00033  */
00034 JNIEXPORT jlong JNICALL
00035 Java_yu_ac_bg_etf_javaqx_qswing_JQDialog__1create
00036   (JNIEnv *, jobject);
00037 
00038 /*
00039  * Class:     yu_ac_bg_etf_javaqx_qswing_JQDialog
00040  * Method:    _exec
00041  * Signature: (J)I
00042  */
00043 JNIEXPORT jint JNICALL
00044 Java_yu_ac_bg_etf_javaqx_qswing_JQDialog__1exec
00045   (JNIEnv *, jobject, jlong);
00046 
00047 /*
00048  * Class:     yu_ac_bg_etf_javaqx_qswing_JQDialog
00049  * Method:    _done
00050  * Signature: (JI)V
00051  */
00052 JNIEXPORT void JNICALL
00053 Java_yu_ac_bg_etf_javaqx_qswing_JQDialog__1done
00054   (JNIEnv *, jobject, jlong, jint);
00055 
00056 #ifdef __cplusplus
00057 }
00058 #endif // __cplusplus
00059 
00060 #endif //YU_AC_BG_ETF_JAVAQX_QSWING_JQDIALOG_H
00061 
00062 /*^*****************************************************************************
00063   File History:
00064 
00065  - 2007-12-20 12:44:39 JavaQx Native Generator
00066    Initial version
00067 
00068 *****************************************************************************^*/

Copyright © 2007 ETF and contributors. All Rights Reserved.