15 lines
255 B
C
Raw Normal View History

2008-10-21 07:00:00 -07:00
#ifndef GENERATE_JAVA_H
#define GENERATE_JAVA_H
#include "aidl_language.h"
#include <string>
using namespace std;
int generate_java(const string& filename, const string& originalSrc,
interface_type* iface);
#endif // GENERATE_JAVA_H