aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/java/native/com_libmailcore_IMAPExpungeOperation.cpp
blob: 92395e9587099c2bc202b23d83055f48f8dbf594 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#include "com_libmailcore_IMAPExpungeOperation.h"

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

using namespace mailcore;

#define nativeType IMAPExpungeOperation
#define javaType nativeType

MC_JAVA_BRIDGE