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

« back to all changes in this revision

Viewing changes to AspectC++/tests/VoidArg/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
1
VoidArg: checks advice for functions with void argument (#206)
2
2
==============================================================
3
 
  -> before advice 1 for joinpoint 2 (void myClass::inlineMethod())
4
 
  -> around advice 1 for joinpoint 2 (void myClass::inlineMethod())
5
 
  >>>
6
 
  -> before advice 2 for joinpoint 2 (void myClass::inlineMethod())
7
 
  -> around advice 2 for joinpoint 2 (void myClass::inlineMethod())
8
 
  >>>
9
 
  -> before advice 1 for joinpoint 0 (void myClass::inlineMethod())
10
 
  -> around advice 1 for joinpoint 0 (void myClass::inlineMethod())
11
 
  >>>
12
 
  -> before advice 2 for joinpoint 0 (void myClass::inlineMethod())
13
 
  -> around advice 2 for joinpoint 0 (void myClass::inlineMethod())
 
3
  -> before advice 1 for joinpoint "void myClass::inlineMethod()"
 
4
  -> around advice 1 for joinpoint "void myClass::inlineMethod()"
 
5
  >>>
 
6
  -> before advice 2 for joinpoint "void myClass::inlineMethod()"
 
7
  -> around advice 2 for joinpoint "void myClass::inlineMethod()"
 
8
  >>>
 
9
  -> before advice 1 for joinpoint "void myClass::inlineMethod()"
 
10
  -> around advice 1 for joinpoint "void myClass::inlineMethod()"
 
11
  >>>
 
12
  -> before advice 2 for joinpoint "void myClass::inlineMethod()"
 
13
  -> around advice 2 for joinpoint "void myClass::inlineMethod()"
14
14
  >>>
15
15
  in myClass::inlineMethod()
16
 
  -> after advice 2 for joinpoint 0 (void myClass::inlineMethod())
17
 
  <<<
18
 
  -> after advice 1 for joinpoint 0 (void myClass::inlineMethod())
19
 
  <<<
20
 
  -> after advice 2 for joinpoint 2 (void myClass::inlineMethod())
21
 
  <<<
22
 
  -> after advice 1 for joinpoint 2 (void myClass::inlineMethod())
23
 
  <<<
24
 
  -> before advice 1 for joinpoint 3 (void myClass::method())
25
 
  -> around advice 1 for joinpoint 3 (void myClass::method())
26
 
  >>>
27
 
  -> before advice 2 for joinpoint 3 (void myClass::method())
28
 
  -> around advice 2 for joinpoint 3 (void myClass::method())
29
 
  >>>
30
 
  -> before advice 1 for joinpoint 1 (void myClass::method())
31
 
  -> around advice 1 for joinpoint 1 (void myClass::method())
32
 
  >>>
33
 
  -> before advice 2 for joinpoint 1 (void myClass::method())
34
 
  -> around advice 2 for joinpoint 1 (void myClass::method())
 
16
  -> after advice 2 for joinpoint "void myClass::inlineMethod()"
 
17
  <<<
 
18
  -> after advice 1 for joinpoint "void myClass::inlineMethod()"
 
19
  <<<
 
20
  -> after advice 2 for joinpoint "void myClass::inlineMethod()"
 
21
  <<<
 
22
  -> after advice 1 for joinpoint "void myClass::inlineMethod()"
 
23
  <<<
 
24
  -> before advice 1 for joinpoint "void myClass::method()"
 
25
  -> around advice 1 for joinpoint "void myClass::method()"
 
26
  >>>
 
27
  -> before advice 2 for joinpoint "void myClass::method()"
 
28
  -> around advice 2 for joinpoint "void myClass::method()"
 
29
  >>>
 
30
  -> before advice 1 for joinpoint "void myClass::method()"
 
31
  -> around advice 1 for joinpoint "void myClass::method()"
 
32
  >>>
 
33
  -> before advice 2 for joinpoint "void myClass::method()"
 
34
  -> around advice 2 for joinpoint "void myClass::method()"
35
35
  >>>
36
36
  in myClass::method()
37
 
  -> after advice 2 for joinpoint 1 (void myClass::method())
38
 
  <<<
39
 
  -> after advice 1 for joinpoint 1 (void myClass::method())
40
 
  <<<
41
 
  -> after advice 2 for joinpoint 3 (void myClass::method())
42
 
  <<<
43
 
  -> after advice 1 for joinpoint 3 (void myClass::method())
 
37
  -> after advice 2 for joinpoint "void myClass::method()"
 
38
  <<<
 
39
  -> after advice 1 for joinpoint "void myClass::method()"
 
40
  <<<
 
41
  -> after advice 2 for joinpoint "void myClass::method()"
 
42
  <<<
 
43
  -> after advice 1 for joinpoint "void myClass::method()"
44
44
  <<<
45
45
==============================================================