~ubuntu-branches/ubuntu/raring/protobuf/raring

« back to all changes in this revision

Viewing changes to src/google/protobuf/compiler/java/java_file.h

  • Committer: Bazaar Package Importer
  • Author(s): Elliot Murphy
  • Date: 2010-06-08 17:29:12 UTC
  • mfrom: (2.2.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100608172912-nnd1hrkbv1u36pzl
Tags: 2.3.0-2ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - Don't use python2.4 (refreshed this patch)

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
  const string& classname()    { return classname_;    }
78
78
 
79
79
 private:
 
80
  // Returns whether the dependency should be included in the output file.
 
81
  // Always returns true for opensource, but used internally at Google to help
 
82
  // improve compatibility with version 1 of protocol buffers.
 
83
  bool ShouldIncludeDependency(const FileDescriptor* descriptor);
 
84
 
80
85
  const FileDescriptor* file_;
81
86
  string java_package_;
82
87
  string classname_;