The Android Open Source Project | 9066cfe | 2009-03-03 19:31:44 -0800 | [diff] [blame] | 1 | #ifndef GENERATE_JAVA_H |
2 | #define GENERATE_JAVA_H | ||||
3 | |||||
4 | #include "aidl_language.h" | ||||
5 | |||||
6 | #include <string> | ||||
7 | |||||
8 | using namespace std; | ||||
9 | |||||
10 | int generate_java(const string& filename, const string& originalSrc, | ||||
11 | interface_type* iface); | ||||
12 | |||||
13 | #endif // GENERATE_JAVA_H | ||||
14 |