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

« back to all changes in this revision

Viewing changes to Puma/src/infos/CTypeEnum.h

  • 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:
38
38
 
39
39
  CEnumInfo *EnumInfo () const;
40
40
  bool isComplete (unsigned long = 0) const;
 
41
  
 
42
  CTypeInfo *UnderlyingType () const;
41
43
};
42
44
 
43
45
inline CTypeEnum::CTypeEnum (CEnumInfo *e) :
49
51
 
50
52
inline CEnumInfo *CTypeEnum::EnumInfo () const 
51
53
 { return _Enum; }
52
 
 
 
54
 
53
55
 
54
56
} // namespace Puma
55
57