~verterok/ubuntu/lucid/protobuf/2.4.0a-backport

« back to all changes in this revision

Viewing changes to src/google/protobuf/compiler/java/java_extension.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:
60
60
  ~ExtensionGenerator();
61
61
 
62
62
  void Generate(io::Printer* printer);
63
 
  void GenerateInitializationCode(io::Printer* printer);
 
63
  void GenerateNonNestedInitializationCode(io::Printer* printer);
64
64
  void GenerateRegistrationCode(io::Printer* printer);
65
65
 
66
66
 private: