• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 
15