~ubuntu-branches/ubuntu/jaunty/aspectc++/jaunty

« back to all changes in this revision

Viewing changes to Puma/gen-release/step1/inc/Puma/ACAdviceInfo.h

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2008-07-07 14:41:02 UTC
  • mfrom: (1.1.3 upstream) (6.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080707144102-lzml7t07f3sl00r5
Tags: 1.0pre4~svn.20080711-1
* new upstream snapshot.
* include all upstream documentation. Clarifying emails regarding
  licensing has been included into debian/copyright.
* reformat description following recomendations of
  http://www.debian.org/doc/debian-policy/ch-controlfields.html#s-f-Description
  (Closes: #480316)

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
#ifndef __ACAdviceInfo_h__
20
20
#define __ACAdviceInfo_h__
21
21
 
 
22
/** \file 
 
23
 *  Semantic information about an AspectC++ 'advice'. */
 
24
 
22
25
#include "Puma/ACTree.h"
23
26
#include "Puma/CFunctionInfo.h"
24
27
 
30
33
 
31
34
class ACAspectInfo;
32
35
 
33
 
/** \file 
34
 
 *  Representation of an AspectC++ 'advice'.
35
 
 *  \see Puma::ACAdviceInfo */
36
 
 
37
 
/** \class ACAdviceInfo ACAdviceInfo.h Puma/infos/acinfos/ACAdviceInfo.h
38
 
 *  An ACAdviceInfo object represents an AspectC++ 'advice' declaration. 
 
36
/** \class ACAdviceInfo ACAdviceInfo.h Puma/ACAdviceInfo.h
 
37
 *  Semantic information about an AspectC++ 'advice' declaration. 
39
38
 *  An advice is part of an aspect declaration. */
40
39
class ACAdviceInfo {
41
40
public: