~ubuntu-branches/ubuntu/trusty/protobuf/trusty-proposed

« back to all changes in this revision

Viewing changes to src/google/protobuf/compiler/cpp/cpp_generator.h

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2011-05-31 14:41:47 UTC
  • mfrom: (2.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20110531144147-s41g5fozgvyo462l
Tags: 2.4.0a-2ubuntu1
* Merge with Debian; remaining changes:
  - Fix linking with -lpthread.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
  // implements CodeGenerator ----------------------------------------
58
58
  bool Generate(const FileDescriptor* file,
59
59
                const string& parameter,
60
 
                OutputDirectory* output_directory,
 
60
                GeneratorContext* generator_context,
61
61
                string* error) const;
62
62
 
63
63
 private: