From 5066322074b975fac2436cb137d3b169d75c96d6 Mon Sep 17 00:00:00 2001 From: "kenton@google.com" Date: Thu, 24 Dec 2009 02:12:15 +0000 Subject: Allow protoc to output directly to zip/jar/par/war files. --- src/google/protobuf/compiler/command_line_interface.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/google/protobuf/compiler/command_line_interface.h') diff --git a/src/google/protobuf/compiler/command_line_interface.h b/src/google/protobuf/compiler/command_line_interface.h index 1a75ec85..d25a50e6 100644 --- a/src/google/protobuf/compiler/command_line_interface.h +++ b/src/google/protobuf/compiler/command_line_interface.h @@ -175,7 +175,6 @@ class LIBPROTOC_EXPORT CommandLineInterface { class ErrorPrinter; class MemoryOutputDirectory; - class SubOutputDirectory; class MemoryOutputStream; // Clear state from previous Run(). @@ -213,7 +212,7 @@ class LIBPROTOC_EXPORT CommandLineInterface { struct OutputDirective; // see below bool GenerateOutput(const vector& parsed_files, const OutputDirective& output_directive, - OutputDirectory* parent_output_directory); + OutputDirectory* output_directory); bool GeneratePluginOutput(const vector& parsed_files, const string& plugin_name, const string& parameter, -- cgit v1.2.3