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

« back to all changes in this revision

Viewing changes to Puma/gen-release/step1/aspects/ExtACBuilderH.ah

  • 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:
28
28
slice class ExtACBuilder {
29
29
  bool is_advice_decl () const;
30
30
public:
31
 
  virtual CTree *advice_decl ();
32
 
  virtual CTree *order_list ();
33
 
  virtual CTree *order_decl ();
34
 
  virtual CTree *pointcut_decl ();
35
 
  virtual CTree *slice_ref ();
36
 
  virtual CTree *class_slice_decl ();
37
 
  virtual CTree *class_slice_name ();
38
 
  virtual CTree *class_slice_member_decl ();
39
 
  virtual CTree *class_slice_member_list ();
40
 
  virtual CTree *pointcut_expr ();
41
 
  virtual CTree *intro ();
 
31
  virtual Puma::CTree *advice_decl ();
 
32
  virtual Puma::CTree *order_list ();
 
33
  virtual Puma::CTree *order_decl ();
 
34
  virtual Puma::CTree *pointcut_decl ();
 
35
  virtual Puma::CTree *slice_ref ();
 
36
  virtual Puma::CTree *class_slice_decl ();
 
37
  virtual Puma::CTree *class_slice_name ();
 
38
  virtual Puma::CTree *class_slice_member_decl ();
 
39
  virtual Puma::CTree *class_slice_member_list ();
 
40
  virtual Puma::CTree *pointcut_expr ();
 
41
  virtual Puma::CTree *intro ();
42
42
};
43
43
 
44
44
// extension of existing builder functions