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

« back to all changes in this revision

Viewing changes to Puma/gen-release/step1/inc/Puma/ACIntroductionInfo.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 __ACIntroductionInfo_h__
20
20
#define __ACIntroductionInfo_h__
21
21
 
 
22
/** \file 
 
23
 *  Semantic information about an AspectC++ introduction 'advice'. */
 
24
 
22
25
#include "Puma/CProtection.h"
23
26
 
24
27
namespace Puma {
27
30
class CT_AdviceDecl;
28
31
class ACAspectInfo;
29
32
 
30
 
/** \file 
31
 
 *  Representation of an AspectC++ introduction 'advice'.
32
 
 *  \see Puma::ACIntroductionInfo */
33
 
 
34
 
/** \class ACIntroductionInfo ACIntroductionInfo.h Puma/infos/acinfos/ACIntroductionInfo.h
35
 
 *  An ACIntroductionInfo object represents an AspectC++ introduction 
 
33
/** \class ACIntroductionInfo ACIntroductionInfo.h Puma/ACIntroductionInfo.h
 
34
 *  Semantic information about an AspectC++ introduction 
36
35
 *  'advice' declaration. */
37
36
class ACIntroductionInfo {
38
37
  CT_AdviceDecl *_def_node;