diff options
Diffstat (limited to 'src/native/macosx/launcharghandler/AEGetURLEventHandler.h')
-rw-r--r-- | src/native/macosx/launcharghandler/AEGetURLEventHandler.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/native/macosx/launcharghandler/AEGetURLEventHandler.h b/src/native/macosx/launcharghandler/AEGetURLEventHandler.h new file mode 100644 index 0000000..c17c1d8 --- /dev/null +++ b/src/native/macosx/launcharghandler/AEGetURLEventHandler.h @@ -0,0 +1,32 @@ +/* DO NOT EDIT THIS FILE - it is machine generated */ +#include <jni.h> +/* Header for class net_java_sip_communicator_util_launchutils_AEGetURLEventHandler */ + +#ifndef _Included_net_java_sip_communicator_util_launchutils_AEGetURLEventHandler +#define _Included_net_java_sip_communicator_util_launchutils_AEGetURLEventHandler +#ifdef __cplusplus +extern "C" { +#endif +/* + * Class: net_java_sip_communicator_util_launchutils_AEGetURLEventHandler + * Method: setAEGetURLListener + * Signature: (Lnet/java/sip/communicator/util/launchutils/AEGetURLEventHandler/IAEGetURLListener;)V + */ +JNIEXPORT void JNICALL Java_net_java_sip_communicator_util_launchutils_AEGetURLEventHandler_setAEGetURLListener + (JNIEnv *, jclass, jobject); + +#ifdef __cplusplus +} +#endif +#endif +/* Header for class net_java_sip_communicator_util_launchutils_AEGetURLEventHandler_IAEGetURLListener */ + +#ifndef _Included_net_java_sip_communicator_util_launchutils_AEGetURLEventHandler_IAEGetURLListener +#define _Included_net_java_sip_communicator_util_launchutils_AEGetURLEventHandler_IAEGetURLListener +#ifdef __cplusplus +extern "C" { +#endif +#ifdef __cplusplus +} +#endif +#endif |