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

« back to all changes in this revision

Viewing changes to src/google/protobuf/compiler/cpp/cpp_test_bad_identifiers.proto

  • 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:
36
36
// though the same identifiers are used internally by the C++ code generator.
37
37
 
38
38
 
 
39
// Some generic_services option(s) added automatically.
 
40
// See:  http://go/proto2-generic-services-default
 
41
option cc_generic_services = true;     // auto-added
 
42
 
39
43
// We don't put this in a package within proto2 because we need to make sure
40
44
// that the generated code doesn't depend on being in the proto2 namespace.
41
45
package protobuf_unittest;