~ubuntu-branches/ubuntu/natty/aspectc++/natty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2005-12-23 10:49:40 UTC
  • Revision ID: james.westby@ubuntu.com-20051223104940-ig4klhoi991zs7km
Tags: upstream-0.99+1.0pre2
ImportĀ upstreamĀ versionĀ 0.99+1.0pre2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ordinary functions (there should be no advice)
 
2
on A:
 
3
A::A()
 
4
void A::f()
 
5
void A::f()
 
6
void A::g()
 
7
void A::g()
 
8
void A::h()
 
9
on B:
 
10
A::A()
 
11
B::B()
 
12
B::B()
 
13
void B::f()
 
14
void B::f()
 
15
void B::f()
 
16
void B::g()
 
17
void B::g()
 
18
void B::g()
 
19
void B::h()
 
20
on C:
 
21
A::A()
 
22
B::B()
 
23
B::B()
 
24
C::C()
 
25
C::C()
 
26
C::C()
 
27
void C::f()
 
28
void C::f()
 
29
void C::f()
 
30
void C::f()
 
31
void C::g()
 
32
void C::g()
 
33
void C::g()
 
34
void C::g()
 
35
void C::h()
 
36
on D:
 
37
A::A()
 
38
B::B()
 
39
B::B()
 
40
D::D()
 
41
D::D()
 
42
D::D()
 
43
void D::f()
 
44
void D::f()
 
45
void D::f()
 
46
void D::f()
 
47
void D::g()
 
48
void D::g()
 
49
void D::g()
 
50
void D::g()
 
51
void D::h()
 
52
D::~D()
 
53
D::~D()
 
54
D::~D()
 
55
B::~B()
 
56
B::~B()
 
57
A::~A()
 
58
C::~C()
 
59
C::~C()
 
60
C::~C()
 
61
B::~B()
 
62
B::~B()
 
63
A::~A()
 
64
B::~B()
 
65
B::~B()
 
66
A::~A()
 
67
A::~A()