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

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

using namespace mailcore;

#define nativeType NNTPListNewsgroupsOperation
#define javaType nativeType

JNIEXPORT jobject JNICALL Java_com_libmailcore_NNTPListNewsgroupsOperation_groups
  (JNIEnv * env, jobject obj)
{
    return MC_JAVA_BRIDGE_GET(groups);
}

MC_JAVA_BRIDGE