aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java/native/com_libmailcore_POPMessageInfo.cpp
blob: 757fb4fbc21a38aa75ef72faa4260c954d3ef550 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#include "com_libmailcore_POPMessageInfo.h"

#include "MCBaseTypes.h"
#include "JavaHandle.h"
#include "TypesUtils.h"
#include "MCPOPMessageInfo.h"

using namespace mailcore;

#define nativeType POPMessageInfo
#define javaType nativeType

MC_JAVA_SYNTHESIZE_SCALAR(jint, unsigned int, setIndex, index)
MC_JAVA_SYNTHESIZE_SCALAR(jlong, unsigned int, setSize, size)
MC_JAVA_SYNTHESIZE_STRING(setUid, uid)

MC_JAVA_BRIDGE