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

« back to all changes in this revision

Viewing changes to Puma/gen-release/step1/inc/Puma/CSemVisitor.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:
38
38
  ErrorSink &err;
39
39
 
40
40
public:
41
 
  CSemVisitor (ErrorSink &);
 
41
  CSemVisitor (ErrorSink &, CStructure * = (CStructure*)0);
42
42
 
43
43
  void run (CTree *, CStructure * = (CStructure*)0);
44
44
  void configure (Config &) {}
 
45
 
 
46
  CTypeInfo *resolveExpr (CTree *, CTree *) const;
 
47
  void resolveInit (CObjectInfo *info, CTree *, CTree *) const;
45
48
  
46
49
protected:
47
50
  void pre_visit (CTree *);
85
88
  void post_action (CT_WhileStmt *);
86
89
 
87
90
  CT_SimpleName *findName (CTree *) const;
88
 
 
89
 
public:
90
 
  CTypeInfo *resolveExpr (CTree *, CTree *) const;
91
 
  void resolveInit (CObjectInfo *info, CTree *, CTree *) const;
92
 
 
93
91
};
94
92
 
95
93
} // namespace Puma