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

« back to all changes in this revision

Viewing changes to src/google/protobuf/unittest_no_generic_services.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:
32
32
 
33
33
package google.protobuf.no_generic_services_test;
34
34
 
35
 
option cc_generic_services = false;
36
 
option java_generic_services = false;
37
 
option py_generic_services = false;
 
35
// *_generic_services are false by default.
38
36
 
39
37
message TestMessage {
40
38
  optional int32 a = 1;