~ubuntu-branches/ubuntu/maverick/protobuf/maverick

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2009-11-16 10:41:33 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20091116104133-ykhy3deg5l4975tw
Tags: 2.1.0-1ubuntu1
* Merge from Debian testing.
* Remaining Ubuntu changes:
  - Disable the death tests on IA64, now as a quilt patch.
  - Don't use python2.4, also as a quilt patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
  // Source file stuff.
67
67
  void GenerateDefinition(io::Printer* printer);
68
68
 
 
69
  // Generate code to register the extension.
 
70
  void GenerateRegistration(io::Printer* printer);
 
71
 
69
72
 private:
70
73
  const FieldDescriptor* descriptor_;
71
74
  string type_traits_;