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

« back to all changes in this revision

Viewing changes to Puma/src/infos/CEnumeratorInfo.cc

  • 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:
18
18
 
19
19
#include "Puma/CEnumeratorInfo.h"
20
20
#include "Puma/CEnumInfo.h"
 
21
#include "Puma/CTypeEnum.h"
21
22
#include "Puma/CTree.h"
22
23
 
23
24
namespace Puma {
38
39
  return Tree () ? Tree ()->Initializer () : (CT_ExprList*)0; 
39
40
}
40
41
 
 
42
CTypeInfo *CEnumeratorInfo::UnderlyingType () const { 
 
43
  return _Enum ? _Enum->UnderlyingType () : &CTYPE_INT; 
 
44
}
 
45
 
41
46
 
42
47
} // namespace Puma