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

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

using namespace mailcore;

#define nativeType SMTPSendWithDataOperation
#define javaType nativeType

MC_JAVA_BRIDGE