diff options
Diffstat (limited to 'src/native/addrbook/AddrBookContactQuery.h')
-rw-r--r-- | src/native/addrbook/AddrBookContactQuery.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/native/addrbook/AddrBookContactQuery.h b/src/native/addrbook/AddrBookContactQuery.h new file mode 100644 index 0000000..fbd62bc --- /dev/null +++ b/src/native/addrbook/AddrBookContactQuery.h @@ -0,0 +1,24 @@ +/* + * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client. + * + * Distributable under LGPL license. + * See terms of license at gnu.org. + */ + +#ifndef _NET_JAVA_SIP_COMMUNICATOR_PLUGIN_ADDRBOOK_ADDRBOOKCONTACTQUERY_H_ +#define _NET_JAVA_SIP_COMMUNICATOR_PLUGIN_ADDRBOOK_ADDRBOOKCONTACTQUERY_H_ + +#include <jni.h> + +#ifdef __cplusplus +extern "C" { +#endif /* #ifdef __cplusplus */ + +jmethodID AddrBookContactQuery_getPtrCallbackMethodID + (JNIEnv *jniEnv, jobject callback); + +#ifdef __cplusplus +} +#endif /* #ifdef __cplusplus */ + +#endif /* #ifndef _NET_JAVA_SIP_COMMUNICATOR_PLUGIN_ADDRBOOK_ADDRBOOKCONTACTQUERY_H_ */ |