~ubuntu-branches/ubuntu/jaunty/aspectc++/jaunty

« back to all changes in this revision

Viewing changes to Puma/examples/sync/sync.cc

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-07-07 14:41:02 UTC
  • mfrom: (1.1.3 upstream) (6.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080707144102-lzml7t07f3sl00r5
Tags: 1.0pre4~svn.20080711-1
* new upstream snapshot.
* include all upstream documentation. Clarifying emails regarding
  licensing has been included into debian/copyright.
* reformat description following recomendations of
  http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Description
  (Closes: #480316)

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
    // The collected semantic information also is organized 
82
82
    // as a tree reflecting the scope structure of the parsed 
83
83
    // code. The interface to the semantic tree is the class 
84
 
    // CClassDatabase. It can also be used to print this tree.
 
84
    // CSemDatabase. It can also be used to print this tree.
85
85
    //tu->db().Dump(std::cout, 10);
86
86
    
87
87
    // Now transform the "synchronized" statements so that the