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

« back to all changes in this revision

Viewing changes to AspectC++/tests/CallAdvice/feature.ref

  • 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:
1
 
CallAdvice:
 
1
CallAdvice: code generation for all kinds of functions
2
2
=============================================================
3
 
here we check the code generation for all kinds of functions
 
3
global initialization:
 
4
before int global()
 
5
in a global function
 
6
before int global()
 
7
in a global function
 
8
before int global()
 
9
in a global function
 
10
-------------------------------------------------------------
 
11
call to global function from local class => shall not match:
 
12
in a global function
 
13
-------------------------------------------------------------
 
14
various kinds of functions:
4
15
before C C::dup()
5
16
before C & C::operator =(const C &)
6
17
before int f2(int,int)
33
44
before void C::stat(int)
34
45
in a static member
35
46
-------------------------------------------------------------
 
47
call in default arg:
 
48
before void G::f(int)
 
49
before int global()
 
50
in a global function
 
51
-------------------------------------------------------------
36
52
static member called with object:
37
53
before void C::stat(int)
38
54
in a static member