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

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

using namespace mailcore;

#define nativeType POPDeleteMessagesOperation
#define javaType nativeType

MC_JAVA_BRIDGE