12345678910111213141516171819202122232425 |
- #ifndef SYSTEM_TOOLS_SYSPROP_JAVAGEN_H_
- #define SYSTEM_TOOLS_SYSPROP_JAVAGEN_H_
- #include <string>
- bool GenerateJavaLibrary(const std::string& input_file_path,
- const std::string& java_output_dir, std::string* err);
- #endif
|