~statik/ubuntu/maverick/protobuf/A

« back to all changes in this revision

Viewing changes to examples/list_people.cc

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2010-02-11 11:13:19 UTC
  • mfrom: (2.2.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100211111319-zdn8hmw0gh8s4cf8
Tags: 2.2.0a-0.1ubuntu1
* Merge from Debian testing.
* Remaining Ubuntu changes:
  - Don't use python2.4.
* Ubuntu changes dropped:
  - Disable death tests on Itanium, fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
 
62
62
  ListPeople(address_book);
63
63
 
 
64
  // Optional:  Delete all global objects allocated by libprotobuf.
 
65
  google::protobuf::ShutdownProtobufLibrary();
 
66
 
64
67
  return 0;
65
68
}