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

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

using namespace mailcore;

#define nativeType NNTPGroupInfo
#define javaType nativeType

MC_JAVA_SYNTHESIZE_STRING(setName, name)
MC_JAVA_SYNTHESIZE_SCALAR(jlong, uint32_t, setMessageCount, messageCount)

MC_JAVA_BRIDGE