~ubuntu-branches/ubuntu/quantal/aspectc++/quantal

« back to all changes in this revision

Viewing changes to AspectC++/Naming.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:
26
26
 
27
27
class JPL_MethodCall;
28
28
class JPL_Method;
 
29
class JPL_Aspect;
29
30
class AdviceInfo;
30
31
class AspectInfo;
31
32
class JoinPointLoc;
57
58
  static void exec_advice (ostream& out, JPL_Method *jpl, AdviceInfo *ad);
58
59
  static void call_advice (ostream& out, JPL_MethodCall *jpl, AdviceInfo *ad);
59
60
  static void call_func (ostream& out, CStructure *in, AdviceInfo *ad);
60
 
  static void aspectof(ostream& out, JoinPointLoc *loc, AspectInfo *aspect);
 
61
//  static void aspectof(ostream& out, JoinPointLoc *loc, AspectInfo *aspect);
 
62
  static void local_id (ostream& out, JoinPointLoc *jpl);
61
63
  static void tjp_struct(ostream& out, JoinPointLoc *loc, int depth);
62
64
  static void tjp_instance(ostream& out, JoinPointLoc *loc);
63
65
  static void tjp_args_array(ostream& out, JoinPointLoc *loc);
64
66
  static void tjp_argtypes(ostream& out, JoinPointLoc *loc);
65
 
  static void cflow (ostream& out, AspectInfo *aspect_info, int index);
 
67
  static void cflow (ostream& out, JPL_Aspect &jpl_aspect, int index);
66
68
  static void tjp_typedef (ostream& out, const char *name);
67
69
  static void type_check_function (ostream &out, CRecord *in, CRecord *cfor);
68
70
  static void type_check_func (ostream &out, CRecord *in, const string &name);