~ubuntu-branches/ubuntu/quantal/aspectc++/quantal

« back to all changes in this revision

Viewing changes to Puma/src/common/Config.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:
91
91
private:
92
92
  bool Valid (const char *, const char * = (const char *)0) const;
93
93
 
94
 
  bool Process (OptsParser&);
 
94
  bool Process (OptsParser&, bool unescape = false);
95
95
  bool ProcessAssert (const string&);
96
96
  bool ProcessDefine (const string&);
97
97
  bool ProcessLockMacro (const string&);
100
100
  bool ProcessArgument (const string&,const string&);
101
101
  bool ProcessPathArgument (const string&,const string&);
102
102
 
 
103
  string Unescape(const string&);
103
104
};
104
105
 
105
106
inline Config::Config (ErrorStream &e) : _err (e)