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

« back to all changes in this revision

Viewing changes to AspectC++/tests/PrivateResult/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:
13
13
* incrementing result id
14
14
execution result 2: 4713
15
15
execution result 1: 4713
 
16
------------------------------------------------------------
 
17
problem with private inner types:
 
18
execution ("Safe::Inner Safe::uses_private_inner1()")
 
19
execution ("const Safe::Inner & Safe::uses_private_inner2()")
 
20
------------------------------------------------------------
 
21
return a union:
 
22
execution ("AUnion h()")
16
23
============================================================