| The Android Open Source Project | 54b6cfa | 2008-10-21 07:00:00 -0700 | [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 | |||||