blob: 203fe2346abb554fc9a1787030f1201a15e8ac2c [file] [log] [blame]
The Android Open Source Project9066cfe2009-03-03 19:31:44 -08001#ifndef GENERATE_JAVA_H
2#define GENERATE_JAVA_H
3
4#include "aidl_language.h"
5
6#include <string>
7
8using namespace std;
9
10int generate_java(const string& filename, const string& originalSrc,
11 interface_type* iface);
12
13#endif // GENERATE_JAVA_H
14