| 224 | } |
| 225 | |
| 226 | std::string TD_TL_writer_java::gen_forward_class_declaration(const std::string &class_name, bool is_proxy) const { |
| 227 | return ""; |
| 228 | } |
| 229 | |
| 230 | std::string TD_TL_writer_java::gen_class_begin(const std::string &class_name, const std::string &base_class_name, |
| 231 | bool is_proxy) const { |
nothing calls this directly
no outgoing calls
no test coverage detected