You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

35 lines
463 B

#include "ZT1_jniutils.h"
#ifdef __cplusplus
extern "C" {
#endif
jobject newArrayList(JNIEnv *env)
{
return NULL;
}
jobject appendItemToArrayList(JNIEnv *env, jobject object)
{
return NULL;
}
jobject newIPV6Address(JNIEnv *env, char *addr)
{
return NULL;
}
jobject newIPV4Address(JNIEnv *env, char *addr)
{
return NULL;
}
jobject newMulticastGroup(JNIEnv *env, const ZT1_MulticastGroup &mc)
{
return NULL;
}
#ifdef __cplusplus
}
#endif