~ubuntu-branches/ubuntu/maverick/aspectc++/maverick

« back to all changes in this revision

Viewing changes to Puma/gen-release/step1/inc/Puma/CObjectInfo.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-04-10 17:40:52 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20080410174052-xdnsm7oi8hauyyf1
Tags: 1.0pre4~svn.20080409+dfsg-3
Fix another missing include, this time in Ag++/StdSystem.cc

Show diffs side-by-side

added added

removed removed

Lines of Context:
101
101
private:
102
102
  DString            _Name;
103
103
  const char        *_QualName;         // Full qualified name
 
104
  bool              _abs, _tdef;        // Flags that were used for QualName()
104
105
  CTypeInfo         *_TypeInfo;
105
106
  CObjectInfo       *_BaseObject;       // corresponding object of base class
106
107
  CObjectInfo       *_Next;             // next linked object
159
160
  // Get ...
160
161
  ObjectId            Id () const;
161
162
  const DString&      Name () const; 
162
 
  const char         *QualName ();                // created on demand
 
163
  const char         *QualName (bool abs = false, // created on demand
 
164
                                bool tdef = false);
163
165
  CObjectInfo        *DefObject () const;         // info of the definition
164
166
  CTypeInfo          *TypeInfo () const;
165
167
  CScopeInfo         *Scope () const;             // enclosing scope