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

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

using namespace mailcore;

#define nativeType POPCheckAccountOperation
#define javaType nativeType

MC_JAVA_BRIDGE