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

« back to all changes in this revision

Viewing changes to Puma/gen-release/step2/src/CClassInfo.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:
120
120
  CBaseClassInfo *info = new CBaseClassInfo;
121
121
  info->Scope (this);
122
122
  info->Class (cinfo);
123
 
  info->ClassDB (ClassDB ());
 
123
  info->SemDB (SemDB ());
124
124
  if (cinfo)
125
125
    info->Class ()->addDerivedClass ((CClassInfo*)this);
126
126
  _BaseClasses.append (info);